-
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.
Merge pull request #11 from nfurfaro/feature/fix-progress-bar
Feature/fix progress bar
- Loading branch information
Showing
4 changed files
with
2 additions
and
32 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 |
---|---|---|
|
@@ -19,25 +19,10 @@ At a high level, Hunter exposes a CLI with 2 primary commands, scan and mutate. | |
|
||
## Installation | ||
|
||
There are 2 ways to install Hunter: via cURL or by building from source. | ||
|
||
### cURL | ||
|
||
1. Download the installation script using cURL: | ||
`curl -LO https://github.com/nfurfaro/hunter/blob/master/scripts/install.sh | bash` | ||
|
||
2. Make the script executable: | ||
`chmod +x install.sh` | ||
|
||
3. run the script: | ||
`./install.sh` | ||
|
||
This will install the binary to `/usr/local/bin`. | ||
You should now be able to run the program by typing `hunter` in your terminal! | ||
|
||
### Build from source | ||
|
||
Alternatively, you can build Hunter from source. To do so, you'll need to have Rust installed. If you don't have Rust installed, you can install it by following the instructions [here](https://www.rust-lang.org/tools/install). | ||
You can easily build Hunter from source. To do so, you'll need to have Rust installed. If you don't have Rust installed, you can install it by following the instructions [here](https://www.rust-lang.org/tools/install). | ||
|
||
1. Clone the repo: | ||
`git clone [email protected]:nfurfaro/hunter.git` | ||
|
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
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
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