-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Zdenko Vrabel
committed
May 10, 2022
1 parent
351caa6
commit 32214a4
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`). | ||
|
||
|