Update README.md

This commit is contained in:
Eduard Tolosa 2019-06-09 12:26:54 -05:00 committed by GitHub
parent e694ee1461
commit 3b2478bf91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,9 @@ It's a development framework for BlackArch Linux developers that allow you to do
If you want to install it, you can do that manually compiling the source or using the precompiled binary.
Prerequisites:
- [curl](https://www.archlinux.org/packages/core/x86_64/curl/)
- [devtools](https://www.archlinux.org/packages/extra/any/devtools/)
You can install the prerequisites with `# pacman -S curl 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`
```