Evgeny Polivanov пре 2 година
родитељ
комит
001a8c7126
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      install.bat

+ 1 - 1
install.bat

@@ -1,3 +1,3 @@
 @echo off
-git clone -b master http://git.sharix-app.org/ShariX_Open/BackendApi.git && python -m venv rest_venv && %~dp0\rest_venv\Scripts\activate.bat && pip install -r requirements.txt
+git clone -b master http://git.sharix-app.org/ShariX_Open/open-backend-api.git && python -m venv rest_venv && %~dp0\rest_venv\Scripts\activate.bat && pip install -r requirements.txt
 pause