diff --git a/README.md b/README.md index 62e1ba4..93e36a5 100644 --- a/README.md +++ b/README.md @@ -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?