From a41af4e533e56f6bbca514402073101ac7f9f44b Mon Sep 17 00:00:00 2001 From: Ali Shahid <41078534+shaeinst@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:51:39 +0545 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fd9885f..73b12bc 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,14 @@ Abstract can be installed by just runing a script. single command to install Abstract ```bash -wget https://github.com/Abstract-IDE/Abstract/archive/refs/tags/v0.7.2.zip && unzip v0.7.2.zip && mv Abstract-0.7.2/ ~/.config/nvim +python <(curl -s https://raw.githubusercontent.com/Abstract-IDE/Abstract/release-0.7/setup.py) ``` or if you want to install it by cloning ```bash $ git clone https://github.com/Abstract-IDE/Abstract $ cd Abstract -$ git checkout release-0.7.2 -$ python setup.py -$ cd ~/.config/nvim && git checkout release-0.7.2 +$ git checkout release-0.7 +$ python setup.py # if you get any error, please re-run it ``` pass ```--delete 1``` as an argument if you don't want to keep ```.git```, ```README.md```, ```LICENSE``` and ```setup.py``` file. Example: