Fix typos and update API keys in README
This commit is contained in:
parent
18bdbef815
commit
ae9cfc2f31
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
|
@ -162,13 +162,12 @@ help:
|
|||
@echo ""
|
||||
@echo "Examples:"
|
||||
@echo " make build # Build for current platform"
|
||||
@echo " make install # Install to /usr/local/bin"
|
||||
@echo " make install-user # Install to ~/.local/bin"
|
||||
@echo " make install # Install to ~/.local/bin"
|
||||
@echo " make uninstall # Remove from /usr/local/bin"
|
||||
@echo " make install-skills # Install skills to workspace"
|
||||
@echo ""
|
||||
@echo "Environment Variables:"
|
||||
@echo " INSTALL_PREFIX # Installation prefix (default: /usr/local)"
|
||||
@echo " INSTALL_PREFIX # Installation prefix (default: ~/.local)"
|
||||
@echo " WORKSPACE_DIR # Workspace directory (default: ~/.picoclaw/workspace)"
|
||||
@echo " VERSION # Version string (default: git describe)"
|
||||
@echo ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue