From 3b2478bf91843f92225782238bbf6181976e0b12 Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Sun, 9 Jun 2019 12:26:54 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 142cbcd..c13f928 100644 --- a/README.md +++ b/README.md @@ -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` ```