diff options
| author | Jeff Carr <[email protected]> | 2024-12-04 03:14:32 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-04 03:14:32 -0600 |
| commit | dbc9206065c47746e1ee493d3a1d9c48306584b2 (patch) | |
| tree | bfa10acb4f87ec7b33383c9398dd33fd45c72a9f /README.md | |
| parent | 0383207f72055e8028a1790bc6c03954eff5334f (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,13 +13,13 @@ because the underlying OS is proprietary. Whenever possible, the Linux ones are To build all the toolkits so you can build your own GUI applications: ```go - go get -v go.wit.com/toolkits/debian + go install go.wit.com/apps/go-clone@latest + go-clone go.wit.com/toolkits/debian cd ~/go/src/toolkits/debian make ``` To build the go-gui-toolkits .deb package: ```go - go get go.wit.com/apps/go-deb@latest go-deb go.wit.com/apps/go-gui-toolkits ``` |
