mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
add BA install step
This commit is contained in:
parent
ff4f4d3e3c
commit
6794b6442b
1 changed files with 9 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ Prerequisites:
|
|||
You can install the prerequisites with `# pacman -S curl devtools`
|
||||
|
||||
**Manually:** You need to have [Rust](https://www.archlinux.org/packages/extra/x86_64/rust/) installed in your computer first. Install it with `# pacman -S rust`
|
||||
|
||||
```
|
||||
$ git clone https://github.com/Edu4rdSHL/blackarch-devtools.git
|
||||
$ cd blackarch-devtools
|
||||
|
|
@ -21,13 +22,21 @@ $ cargo build --release
|
|||
$ sudo cp target/release/blackarch-devtools /usr/bin/blackarch-devtools
|
||||
$ blackarch-devtools
|
||||
```
|
||||
|
||||
**Using the binary:**
|
||||
|
||||
```
|
||||
$ git clone https://github.com/Edu4rdSHL/blackarch-devtools.git
|
||||
$ sudo cp blackarch-devtools/bin/blackarch-devtools /usr/bin/blackarch-devtools
|
||||
$ blackarch-devtools
|
||||
```
|
||||
|
||||
**From BlackArch repository:**
|
||||
|
||||
```
|
||||
# pacman -S blackarch-devtools
|
||||
```
|
||||
|
||||
# Usage
|
||||
|
||||
The available options are:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue