summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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)