diff options
author | xengineering <me@xengineering.eu> | 2021-12-09 07:46:50 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-12-09 07:46:50 +0100 |
commit | 2f8d1d4648c60a33cc7eddeb425b00569a334bf1 (patch) | |
tree | 6ee93a96d6e1535b81d70b56c9f4e7046ac812ca | |
parent | 18535018b9fcd07397a83a066b40f627689ef030 (diff) | |
download | web-template-main.tar web-template-main.tar.zst web-template-main.zip |
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ Some examples: ``` # just try it -git clone https://gitea.xengineering.eu/xengineering/web-template.git +git clone https://cgit.xengineering.eu/web-template cd web-template make debug firefox http://127.0.0.1:8080/ @@ -34,7 +34,7 @@ firefox http://127.0.0.1:8080/ ``` # install it on a production server -git clone https://gitea.xengineering.eu/xengineering/web-template.git +git clone https://cgit.xengineering.eu/web-template cd web-template nano ./src/config.ini # tweak to your needs sudo make install @@ -43,7 +43,7 @@ sudo systemctl start <project_name> # set the project name in config.ini ``` # make your own project based on web-template -git clone https://gitea.xengineering.eu/xengineering/web-template.git myproject +git clone https://cgit.xengineering.eu/web-template myproject cd myproject git remote rename origin template |