From c480a2f93a5f02fd756d654cebc5bea7b6a96133 Mon Sep 17 00:00:00 2001 From: f0rb1dd3n Date: Sun, 1 Mar 2020 20:09:22 -0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f72553..7dc867d 100644 --- a/README.md +++ b/README.md @@ -35,14 +35,14 @@ apt install build-essential libncurses-dev linux-headers-$(uname -r) git clone https://github.com/f0rb1dd3n/Reptile.git cd Reptile -make config # or 'make menuconfig' or even 'make defconfig' +make menuconfig # or 'make config' or even 'make defconfig' make make install ``` More details about the installation see [Wiki](https://github.com/f0rb1dd3n/Reptile/wiki/Install) ## Uninstall -When you got a sucessfully instalation, the way to remove that will be shown in screen +When you got a sucessfully installation, the way to remove that will be shown in the screen ## Usage