aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 16251bb..1f32aba 100644
--- a/README.md
+++ b/README.md
@@ -95,8 +95,6 @@ Install the Go compiler from [golang.org](https://golang.org/). And make sure yo
```shell
git clone https://github.com/lawl/NoiseTorch # Clone the repository
cd NoiseTorch # cd into the cloned repository
- git submodule init # Tell git to look at submodules
- git submodule update # Update submodules
make # build it
```