Skip to content

Commit

Permalink
doc: installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdenko Vrabel committed May 10, 2022
1 parent 351caa6 commit 32214a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,20 @@
# toolbx
Create your own organization cli tool like gcloud or aws-cli. Toolbx helps you with exploration and distribution of your internal CLI tools

## Install Toolbx

Toolbx currently provides binaries for the following:

- MacOS (64bit only)
- Linux
- Windows

Download appropriate version for your platform from [Toolbx Releases](). Once
it's downloaded, you will unarchive the `toolbx` binary. You don't need to
install the binary to some global location. The binary works well also from
any place.

But for easy to use you should move the `toolbx` binary somewhere in your `PATH`
(e.g. to `/usr/local/bin`).


0 comments on commit 32214a4

Please sign in to comment.