Skip to content

Commit 04f52a8

Browse files
authored
Recommend pod-install for setup instructions (#30)
1 parent 273f0da commit 04f52a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ProgressBar Component for iOS, based on UIProgressView.
1212

1313
## Getting started
1414

15-
```
16-
$ npm install @react-native-community/progress-view --save
15+
```sh
16+
npm install @react-native-community/progress-view --save
1717
```
1818

1919
or
2020

21-
```
22-
$ yarn add @react-native-community/progress-view
21+
```sh
22+
yarn add @react-native-community/progress-view
2323
```
2424

2525
### Linking
@@ -28,16 +28,16 @@ $ yarn add @react-native-community/progress-view
2828

2929
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:
3030

31-
```
32-
$ cd ios && pod install
31+
```sh
32+
npx pod-install
3333
```
3434

3535
- React Native <= 0.59
3636

3737
Run the following commands
3838

39-
```
40-
$ react-native link @react-native-community/progress-view
39+
```sh
40+
react-native link @react-native-community/progress-view
4141
```
4242

4343
### Manual installation

0 commit comments

Comments
 (0)