Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaeinst authored Jul 2, 2022
1 parent 3acef18 commit a41af4e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a41af4e

Please sign in to comment.