mover scripts in a scripts dir

This commit is contained in:
dingedi 2023-01-12 14:21:17 +01:00
parent 9b20a735c6
commit 6e04c88308
No known key found for this signature in database
GPG key ID: EE23A12D271A3CED
6 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ IF NOT "%1"=="" (
SHIFT
)
IF "%1"=="--help" (
echo Usage: run.bat [--port N]
echo Usage: scripts/run.bat [--port N]
echo:
echo Run LibreTranslate using docker.
echo:
@ -33,9 +33,9 @@ docker run -ti --rm -p %LT_PORT%:%LT_PORT% %DB_VOLUME% -v lt-local:/home/libretr
GOTO :done
:install_docker
ECHO Cannot find docker! Go to https://docs.docker.com/desktop/install/windows-install/ and install docker before running this script (pressing Enter will open the page)
ECHO Cannot find docker! Go to https://docs.docker.com/desktop/install/windows-install/ and install docker before running this script (pressing Enter will open the page)
pause
start "" https://docs.docker.com/desktop/install/windows-install/
GOTO :done
:done
:done