Skip to content

Commit

Permalink
Improve explanation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto Souza committed Feb 6, 2023
1 parent 2b6d8d9 commit 7d45f8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Sometimes things go wrong when compiling. Try the following before opening an is
1. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**.
1. Pull the upstream master branch (`git remote add upstream git@gitlab.redox-os.org:redox-os/redox.git; git pull upstream master`).
1. Update submodules (`git submodule update --recursive --init`).
1. Rebuild `make rebuild`
1. Rebuild with `make rebuild`

## <a name="contributing"> Contributing to Redox </a>

Expand Down Expand Up @@ -161,14 +161,14 @@ make qemu kvm=no vga=no
### <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.

### Updating the codebase using the Makefile
### Update 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.

### Updating the codebase and compile
### Update the codebase and compile new changes
Run:

`make rebuild`

0 comments on commit 7d45f8a

Please sign in to comment.