소스 검색
Merge pull request #112 from milesmatthias/patch-2
Fix installation via github instructions
Travis Nuttall
6 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
README.md
|
@@ -69,7 +69,7 @@ After `0.10.3` you can install this package directly from Github
|
69
|
69
|
|
70
|
70
|
```sh
|
71
|
71
|
# replace <branch_name> with any one of the branches
|
72
|
|
-npm install --save github:joltup/rn-fetch-blob-package#<branch_name>
|
|
72
|
+npm install --save github:joltup/rn-fetch-blob#<branch_name>
|
73
|
73
|
```
|
74
|
74
|
|
75
|
75
|
**Manually Link Native Modules**
|