From 712f9b8acefea079e4f0cc8252b650ccf83295fc Mon Sep 17 00:00:00 2001 From: blueShard-dev <63594396+blueShard-dev@users.noreply.github.com> Date: Sun, 28 Jun 2020 11:21:42 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f668a00..4cc6f52 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ To install **aion** for Linux / UNIX (only tested on Raspberry Pi 3B+ with Raspb ``` $ sudo apt-get upgrade && sudo apt-get update $ sudo apt-get install git -$ sudo git clone https://github.com/blueshard-dev/aion_project +$ sudo git clone https://github.com/blueshard-dev/aion $ cd aion_project $ sudo ./install.sh # if this won't work, type 'sudo bash install.sh' instead ```