Skip to content
Snippets Groups Projects
Commit 8507d0bb authored by Christian Stadelmann's avatar Christian Stadelmann Committed by Jeremy Soller
Browse files

Fix git submodule command (#58)

parent 689170ff
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ Cloning the repository ...@@ -15,7 +15,7 @@ Cloning the repository
---------------------- ----------------------
```sh ```sh
$ git clone https://github.com/redox-os/redox.git && cd redox && git submodule update --init $ git clone https://github.com/redox-os/redox.git && cd redox && git submodule update init
``` ```
Give it a while. Redox is big. Give it a while. Redox is big.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment