mirror of
https://github.com/edu4rdshl/blackarch-devtools.git
synced 2026-07-17 23:24:47 +00:00
Add BlackArch installation instructions.
This commit is contained in:
parent
264e487304
commit
13de274d2e
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -13,6 +13,7 @@ Prerequisites:
|
||||||
You can install the prerequisites with `# pacman -S devtools`
|
You can install the prerequisites with `# pacman -S 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`
|
**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
|
$ git clone https://github.com/Edu4rdSHL/blackarch-devtools.git
|
||||||
$ cd blackarch-devtools
|
$ cd blackarch-devtools
|
||||||
|
|
@ -20,7 +21,9 @@ $ cargo build --release
|
||||||
$ sudo cp target/release/blackarch-devtools /usr/bin/blackarch-devtools
|
$ sudo cp target/release/blackarch-devtools /usr/bin/blackarch-devtools
|
||||||
$ blackarch-devtools
|
$ blackarch-devtools
|
||||||
```
|
```
|
||||||
|
|
||||||
**Using the binary:**
|
**Using the binary:**
|
||||||
|
|
||||||
```
|
```
|
||||||
$ wget https://github.com/Edu4rdSHL/blackarch-devtools/releases/latest/download/blackarch-devtools
|
$ wget https://github.com/Edu4rdSHL/blackarch-devtools/releases/latest/download/blackarch-devtools
|
||||||
$ chmod +x blackarch-devtools
|
$ chmod +x blackarch-devtools
|
||||||
|
|
@ -28,6 +31,13 @@ $ sudo cp blackarch-devtools /usr/bin/blackarch-devtools
|
||||||
$ blackarch-devtools
|
$ blackarch-devtools
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Using BlackArch repo**
|
||||||
|
|
||||||
|
```
|
||||||
|
$ sudo pacman -S blackarch-devtools-toolkit
|
||||||
|
$ ba-dev
|
||||||
|
```
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
The available options are:
|
The available options are:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue