From 77a8c734363d96089efc5bba3dc9edf3963e4e04 Mon Sep 17 00:00:00 2001 From: lawl Date: Wed, 17 Feb 2021 08:07:02 +0100 Subject: [PATCH] Update build instructions --- README.md | 2 -- 1 file changed, 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 ```