Skip to content

Commit 1251893

Browse files
authored
Recommend pod-install for setup instructions (#42)
1 parent 10e0390 commit 1251893

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,11 @@ Progress Bar Component for Android Devices
1414
## Getting started
1515

1616
```
17-
$ npm install @react-native-community/progress-bar-android --save
18-
```
17+
npm install @react-native-community/progress-bar-android --save
1918
20-
or
19+
# or
2120
22-
```
23-
$ yarn add @react-native-community/progress-bar-android
21+
yarn add @react-native-community/progress-bar-android
2422
```
2523

2624
### Linking
@@ -30,7 +28,7 @@ $ yarn add @react-native-community/progress-bar-android
3028
The package is [automatically linked](https://github.com/react-native-community/cli/blob/master/docs/autolinking.md) when building the app. All you need to do is:
3129

3230
```
33-
$ cd ios && pod install
31+
npx pod-install
3432
```
3533

3634
- React Native <= 0.59

0 commit comments

Comments
 (0)