Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit07634c3

Browse files
David MitranoDavid Mitrano
David Mitrano
authored and
David Mitrano
committed
updated readme
1 parentbcbc278 commit07634c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ under Build Projects with Native Code to setup your environment.
1616
Second, you want to clone the repository by running
1717

1818
```
19-
~>git clone https://github.com//CoderVets/Drifters.git
19+
git clone https://github.com//CoderVets/Drifters.git
2020
```
2121

2222
After cloning you have to setup the directory by downloading the dependencies.
@@ -25,7 +25,7 @@ First make sure you are in the right directory `Drifters/drifters_app`
2525
Run the command:
2626

2727
```
28-
~>npm install
28+
npm install
2929
```
3030

3131
This will download all the dependencies that the application needs to run.
@@ -37,7 +37,7 @@ This will download all the dependencies that the application needs to run.
3737
Inside the directory`Drifters/drifters_app` run:
3838

3939
```
40-
~>react-native run-ios
40+
react-native run-ios
4141
```
4242

4343
Note that you need a Mac computer to run this command.
@@ -48,7 +48,7 @@ Make sure you have an emulator running for Android.
4848
Within the directory`Drifters/drifters_app` run:
4949

5050
```
51-
~>react-native run-android
51+
react-native run-android
5252
```
5353

5454
##Problems

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp