Browse Source

new version

Evgeny Polivanov 2 years ago
parent
commit
001a8c7126
1 changed files with 1 additions and 1 deletions
  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