mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 23:41:01 +00:00
mover scripts in a scripts dir
This commit is contained in:
parent
9b20a735c6
commit
6e04c88308
6 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ IF NOT "%1"=="" (
|
||||||
SHIFT
|
SHIFT
|
||||||
)
|
)
|
||||||
IF "%1"=="--help" (
|
IF "%1"=="--help" (
|
||||||
echo Usage: run.bat [--port N]
|
echo Usage: scripts/run.bat [--port N]
|
||||||
echo:
|
echo:
|
||||||
echo Run LibreTranslate using docker.
|
echo Run LibreTranslate using docker.
|
||||||
echo:
|
echo:
|
||||||
|
@ -33,9 +33,9 @@ docker run -ti --rm -p %LT_PORT%:%LT_PORT% %DB_VOLUME% -v lt-local:/home/libretr
|
||||||
GOTO :done
|
GOTO :done
|
||||||
|
|
||||||
:install_docker
|
: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
|
pause
|
||||||
start "" https://docs.docker.com/desktop/install/windows-install/
|
start "" https://docs.docker.com/desktop/install/windows-install/
|
||||||
GOTO :done
|
GOTO :done
|
||||||
|
|
||||||
:done
|
:done
|
Loading…
Reference in a new issue