From 32d763e65df9cc20bc04fc2b05f78819618bcc2b Mon Sep 17 00:00:00 2001 From: Alberto Souza Date: Wed, 8 Feb 2023 19:49:53 +0000 Subject: [PATCH] Restore a command (deleted in my branch to fix MR conflict). --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 03fd8e2..71cba25 100644 --- a/README.md +++ b/README.md @@ -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. 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`). - -and then rebuild! +1. Rebuild with `make rebuild`. ## Contributing to Redox