diff --git a/Makefile b/Makefile index 712a245..d73d30f 100644 --- a/Makefile +++ b/Makefile @@ -19,9 +19,6 @@ archive: release: build archive -dependencies: - npm install - test: (cd src \ && go test internal/*.go \ diff --git a/src/cmd/collerd/README.md b/src/cmd/collerd/README.md index 59bf68e..4526cef 100644 --- a/src/cmd/collerd/README.md +++ b/src/cmd/collerd/README.md @@ -94,12 +94,6 @@ If you would like to download them to serve them locally: npm install ``` -or via `make`: - -``` -make dependencies -``` - Then configure the local directories: ```json @@ -107,5 +101,3 @@ Then configure the local directories: "bootstrap_directory": "./node_modules/bootstrap/dist" } ``` - -Downloading Monaco Editor is not supported yet.