readme update

This commit is contained in:
2025-03-24 19:46:01 +08:00
parent a34dda20c7
commit fe83b3eb25

View File

@@ -16,13 +16,13 @@ If some dependecies are missed for some of these scripts it is enougth to run `.
```shell
# 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
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
cd my-env && make
cd shell && make
```
## How to add my script?