summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d9819e6..4d12c56 100644
--- a/README.md
+++ b/README.md
@@ -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
```