From 3196f2eeeb0db8af73d63ee75fec174bc436e87a Mon Sep 17 00:00:00 2001 From: Noah Altunian Date: Thu, 15 Aug 2019 21:13:53 -0400 Subject: [PATCH] Update README.md Some README grammar updates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c13f928..b3d0335 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Development framework for the BlackArch Linux distribution written in Rust. # What is it? -It's a development framework for BlackArch Linux developers that allow you to do: setup chroot enviroment, build packages in chroot environment, build packages with dependencies that aren't in the repos, sync the working chroot copy with the root chroot copy, test packages in the chroot enviroment and more things. +It's a development framework for BlackArch Linux developers that allow you to: set up a chroot enviroment, build packages in chroot environments, build packages with dependencies that aren't in the repos, sync the working chroot copy with the root chroot copy, test packages in the chroot enviroment and more things. # Installation If you want to install it, you can do that manually compiling the source or using the precompiled binary.