From 502467a16260d73d1d352d3266b25f43fd5e1f77 Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Wed, 9 Oct 2019 12:13:11 -0400 Subject: [PATCH] Updated readme to remove old command and update build instructions --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6d08f61..040ea9b 100644 --- a/README.md +++ b/README.md @@ -16,27 +16,31 @@ For support or suggestions check out the [kbtui team](https://keybase.io/team/kb * Reactions to messages * Auto #general teams when not given a channel * Pretty format headers in List view from window size - -## Todo * Message editing * Twitter-style feed reading public messages + +## Todo * Track multiple conversations at once +* Message replies + ### Building and Running Easiest Way: ``` go get -u github.com/rudi9719/kbtui ``` - +Or you can do the following: ``` go get ./ -go build +go run build.go +go run build.go {build, buildBeta... etc} ./kbtui ``` -Or -``` -go get ./ -go run *.go -``` + +You may see an error with `go get ./` about PATHs, that may be safely ignored. + +If you see an error about a missing dependancy during a build, you'll want to resolve that. + + Occasionally when @dxb updates his API it will be necessary to run `go get -u ./`