We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make install
1 parent 2a95917 commit 29b87f4Copy full SHA for 29b87f4
.gitignore
@@ -35,3 +35,5 @@ site/out/
35
*.tfplan
36
*.lock.hcl
37
.terraform/
38
+
39
+.vscode/*.log
Makefile
@@ -57,7 +57,7 @@ gen: coderd/database/generate peerbroker/proto provisionersdk/proto provisionerd
57
58
install: bin
59
@echo "--- Copying from bin to $(INSTALL_DIR)"
60
- cp -r ./dist/coder_$(GOOS)_$(GOARCH)/* $(INSTALL_DIR)
+ cp -r ./dist/coder-$(GOOS)_$(GOOS)_$(GOARCH)*/* $(INSTALL_DIR)
61
@echo "-- CLI available at $(shell ls $(INSTALL_DIR)/coder*)"
62
.PHONY: install
63
0 commit comments