summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-02-12 15:18:50 -0600
committerJeff Carr <[email protected]>2024-02-12 15:18:50 -0600
commitac4999c7217a27fd53fd81f80df9805de21e0599 (patch)
tree2b0a27b2ed88674c0def75890abbf5e4c604095a /README.md
parenta9acc5d707cd7c1dda95035a81cb18123b59b24e (diff)
start moving to a go-gui-toolkit package
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 8 insertions, 9 deletions
diff --git a/README.md b/README.md
index b65418b..67aa9c6 100644
--- a/README.md
+++ b/README.md
@@ -12,26 +12,25 @@ because the underlying OS is proprietary. Whenever possible, the Linux ones are
### Download and Install
-#### Binary Distributions
-
-Official binary distributions are available at TODO: finish this
-
#### Install From Source
-To download the toolkit packages:
+To build all the toolkits so you can build your own GUI applications:
```go
go get -v go.wit.com/toolkits/debian
cd ~/go/src/toolkits/debian
make
```
-To build the debian package
+To build the go-gui-toolkits .deb package:
```go
- go get -v go.wit.com/toolkits/debian
- cd ~/go/src/toolkits/debian
- make debian
+ go get go.wit.com/apps/go-deb@latest
+ go-deb go.wit.com/toolkits/debian
```
+#### Binary Distributions
+
+Official binary distributions are available at TODO: finish this
+
### Contributing
To contribute, please refer to [go.wit.com](http://go.wit.com)