File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -65,15 +65,14 @@ Abstract can be installed by just runing a script.
6565
6666single 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```
7070or 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```
7877pass ``` --delete 1 ``` as an argument if you don't want to keep ``` .git ``` , ``` README.md ``` , ``` LICENSE ``` and ``` setup.py ``` file.
7978Example:
You can’t perform that action at this time.
0 commit comments