diff --git a/README.md b/README.md index a2f7a39..73c2f7d 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,14 @@ Can watch and record several streams, optionally based on annotated areas. ## Setup -### Conda +### Go -Install env: -`conda env create -f requirements.yaml` +[Install go](https://golang.org/doc/install): +```bash +wget https://golang.org/dl/go1.14.4.linux-amd64.tar.gz +tar -C /usr/local -xzf go1.14.4.linux-amd64.tar.gz +export PATH=$PATH:/usr/local/go/bin +``` ### Live Reload (Air)