commit
a92b201f80
10
README.md
10
README.md
|
@ -54,7 +54,6 @@ The ecosystem and software Redox OS provides is listed below.
|
||||||
| [libextra](https://github.com/redox-os/libextra) | [**@ticki**](https://github.com/ticki)
|
| [libextra](https://github.com/redox-os/libextra) | [**@ticki**](https://github.com/ticki)
|
||||||
| [libpager](https://github.com/redox-os/libpager) | [**@ticki**](https://github.com/ticki)
|
| [libpager](https://github.com/redox-os/libpager) | [**@ticki**](https://github.com/ticki)
|
||||||
| [libstd (Redox standard library)](https://github.com/redox-os/libstd) | [**@jackpot51**](https://github.com/jackpot51)
|
| [libstd (Redox standard library)](https://github.com/redox-os/libstd) | [**@jackpot51**](https://github.com/jackpot51)
|
||||||
| [Magnet (future package manager)](https://github.com/redox-os/magnet) | [**@ticki**](https://github.com/ticki)
|
|
||||||
| [netutils](https://github.com/redox-os/netutils) | [**@jackpot51**](https://github.com/jackpot51)
|
| [netutils](https://github.com/redox-os/netutils) | [**@jackpot51**](https://github.com/jackpot51)
|
||||||
| [orbclient (Orbital client)](https://github.com/redox-os/orbclient) | [**@jackpot51**](https://github.com/jackpot51)
|
| [orbclient (Orbital client)](https://github.com/redox-os/orbclient) | [**@jackpot51**](https://github.com/jackpot51)
|
||||||
| [orbdata](https://github.com/redox-os/orbdata) | [**@jackpot51**](https://github.com/jackpot51)
|
| [orbdata](https://github.com/redox-os/orbdata) | [**@jackpot51**](https://github.com/jackpot51)
|
||||||
|
@ -163,3 +162,12 @@ make qemu kvm=no vga=no
|
||||||
|
|
||||||
### <a name="setup-using-docker"> Setup using Docker </a>
|
### <a name="setup-using-docker"> Setup using Docker </a>
|
||||||
We also provide docker image. After cloning this repository, please follow README under the `docker` directory.
|
We also provide docker image. After cloning this repository, please follow README under the `docker` directory.
|
||||||
|
|
||||||
|
### Updating the codebase using the Makefile
|
||||||
|
To update the codebase run:
|
||||||
|
|
||||||
|
```
|
||||||
|
make pull; make fetch
|
||||||
|
```
|
||||||
|
|
||||||
|
`make pull` pulls and updates the submodules, and `make fetch` updates the sources for cookbook recipes.
|
||||||
|
|
Loading…
Reference in a new issue