aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlawl <github@dumbinter.net>2021-02-17 08:07:02 +0100
committerlawl <github@dumbinter.net>2021-02-17 08:07:02 +0100
commit77a8c734363d96089efc5bba3dc9edf3963e4e04 (patch)
tree6b44fb444b1227e4a372c9daff7dd029c61b97c9
parentfcb4db042c5e16e52347cc016af1bd00b7e0cde0 (diff)
downloadnoisetorch-77a8c734363d96089efc5bba3dc9edf3963e4e04.tar.gz
noisetorch-77a8c734363d96089efc5bba3dc9edf3963e4e04.zip
Update build instructions
-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
```