readme update
This commit is contained in:
@@ -16,13 +16,13 @@ If some dependecies are missed for some of these scripts it is enougth to run `.
|
|||||||
|
|
||||||
```shell
|
```shell
|
||||||
# with git
|
# with git
|
||||||
git clone git@git.axenov.dev:anthony/my-env.git --depth=1 --single-branch
|
git clone git@git.axenov.dev:anthony/shell.git --depth=1 --single-branch
|
||||||
|
|
||||||
# without git
|
# without git
|
||||||
wget -qO - https://git.axenov.dev/anthony/my-env/archive/master.tar.gz | tar -zxf -
|
wget -qO - https://git.axenov.dev/anthony/shell/archive/master.tar.gz | tar -zxf -
|
||||||
|
|
||||||
# get full list of `make` goals
|
# get full list of `make` goals
|
||||||
cd my-env && make
|
cd shell && make
|
||||||
```
|
```
|
||||||
|
|
||||||
## How to add my script?
|
## How to add my script?
|
||||||
|
|||||||
Reference in New Issue
Block a user