mirror of
https://github.com/fluencelabs/musl
synced 2025-04-25 07:12:15 +00:00
Add README.md
This commit is contained in:
parent
f9b8df464d
commit
f99e89ef82
24
README.md
Normal file
24
README.md
Normal file
@ -0,0 +1,24 @@
|
||||
# musl libc
|
||||
|
||||
The [master branch][] reflects the upstream [musl][] without any modifications.
|
||||
Other branches are used for WebAssembly-specific experiments.
|
||||
|
||||
**Don't commit to the master branch except to update from musl!**
|
||||
|
||||
To do so:
|
||||
|
||||
```
|
||||
git clone --origin wasm git@github.com:WebAssembly/musl.git
|
||||
cd musl
|
||||
git remote add musl git://git.musl-libc.org/musl
|
||||
git remote -v # List all remotes.
|
||||
git checkout master
|
||||
git pull musl master
|
||||
git push wasm master
|
||||
```
|
||||
|
||||
Consult [musl's readme](README) and [license](COPYRIGHT) for further
|
||||
information.
|
||||
|
||||
[master branch]: https://github.com/WebAssembly/musl/tree/master
|
||||
[musl]: http://www.musl-libc.org
|
Loading…
x
Reference in New Issue
Block a user