diff options
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 ``` |
