summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-04 03:14:32 -0600
committerJeff Carr <[email protected]>2024-12-04 03:14:32 -0600
commitdbc9206065c47746e1ee493d3a1d9c48306584b2 (patch)
treebfa10acb4f87ec7b33383c9398dd33fd45c72a9f /README.md
parent0383207f72055e8028a1790bc6c03954eff5334f (diff)
need to email golang devs about pluginsv0.22.7v0.22.6v0.22.5v0.22.4
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
```