Skip to content

Commit 97b4ba4

Browse files
authored
Update README.md
1 parent cf63e08 commit 97b4ba4

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,21 @@ This is a copy of [Boost](http://www.boost.org/) that is used to build React Nat
44

55
You probably don't want to directly use this repository. Its sole purpose is to distribute the Boost code for building React Native.
66

7-
## To update
7+
## Upgrading Boost
88

9-
React Native build tools expect specific folder structure.
10-
Run this command to get a .tar.gz file and upload it to Releases.
9+
First, download a new version of Boost, e.g.: http://www.boost.org/users/history/version_1_63_0.html
10+
11+
Then create a dummy commit and a git tag so you can create a new release.
12+
13+
React Native build tools (Gradle) expect specific folder structure.
14+
Run this command to get a .tar.gz file:
1115

1216
```
1317
tar -cvzf boost_1_57_0.tar.gz boost_1_57_0/
1418
```
1519

20+
Then drag&drop the tar.gz file to the releases page.
21+
1622

1723
## License
1824

0 commit comments

Comments
 (0)