Skip to content

Commit a41af4e

Browse files
authored
Update README.md
1 parent 3acef18 commit a41af4e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,14 @@ Abstract can be installed by just runing a script.
6565

6666
single command to install Abstract
6767
```bash
68-
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
68+
python <(curl -s https://raw.githubusercontent.com/Abstract-IDE/Abstract/release-0.7/setup.py)
6969
```
7070
or if you want to install it by cloning
7171
```bash
7272
$ git clone https://github.com/Abstract-IDE/Abstract
7373
$ cd Abstract
74-
$ git checkout release-0.7.2
75-
$ python setup.py
76-
$ cd ~/.config/nvim && git checkout release-0.7.2
74+
$ git checkout release-0.7
75+
$ python setup.py # if you get any error, please re-run it
7776
```
7877
pass ```--delete 1``` as an argument if you don't want to keep ```.git```, ```README.md```, ```LICENSE``` and ```setup.py``` file.
7978
Example:

0 commit comments

Comments
 (0)