Restore a command (deleted in my branch to fix MR conflict).

This commit is contained in:
Alberto Souza 2023-02-08 19:49:53 +00:00
parent 0561954977
commit 32d763e65d

View file

@ -81,8 +81,7 @@ Sometimes things go wrong when compiling. Try the following before opening an is
1. Update **GNU Make**, **NASM** and **QEMU/VirtualBox**. 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. 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. Update submodules (`git submodule update --recursive --init`).
1. Rebuild with `make rebuild`.
and then rebuild!
## <a name="contributing"> Contributing to Redox </a> ## <a name="contributing"> Contributing to Redox </a>