@@ -16,7 +16,7 @@ under Build Projects with Native Code to setup your environment.
1616Second, 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
2222After 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`
2525Run the command:
2626
2727```
28- ~> npm install
28+ npm install
2929```
3030
3131This 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.
3737Inside the directory` Drifters/drifters_app ` run:
3838
3939```
40- ~> react-native run-ios
40+ react-native run-ios
4141```
4242
4343Note that you need a Mac computer to run this command.
@@ -48,7 +48,7 @@ Make sure you have an emulator running for Android.
4848Within the directory` Drifters/drifters_app ` run:
4949
5050```
51- ~> react-native run-android
51+ react-native run-android
5252```
5353
5454##Problems