Skip to content

Commit 6a3a7f0

Browse files
committed
Update README.md
1 parent 5df7bf6 commit 6a3a7f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This is the Stanford Daily mobile app. Download the app at https://app.stanforddaily.com/. Contributions welcome!
77

88
## Setup
9-
```
9+
```bash
1010
npm i
1111
npm i -g expo-cli
1212

@@ -22,7 +22,7 @@ npm run android
2222
```
2323

2424
## Release
25-
```
25+
```bash
2626
expo build:ios --release-channel production
2727
expo build:android --release-channel production
2828

@@ -31,7 +31,7 @@ expo publish --release-channel production
3131

3232
Or,
3333

34-
```
34+
```bash
3535
expo build:ios --release-channel development
3636
expo build:android --release-channel development
3737

0 commit comments

Comments
 (0)