From fe83b3eb25e584614b571c727d02634a27130904 Mon Sep 17 00:00:00 2001 From: Anthony Axenov Date: Mon, 24 Mar 2025 19:46:01 +0800 Subject: [PATCH] readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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?