Updated README.

This commit is contained in:
Shuai Lin 2016-11-25 12:04:37 +08:00
parent 59e54fb931
commit 7af42922d2
2 changed files with 3 additions and 1 deletions

View file

@ -18,7 +18,7 @@ cd /var/seafile/
sudo cp samples/server.conf bootstrap/bootstrap.conf
# Edit the options according to your use case
vim bootstrap/bootstrap.conf
sudo vim bootstrap/bootstrap.conf
sudo ./launcher bootstrap
sudo ./launcher start

View file

@ -39,8 +39,10 @@ dbg() {
}
install_docker() {
echo "---------------------------------------------------------------------------------"
echo "Docker is not installed, you will need to install Docker in order to run Launcher"
echo "See https://docs.docker.com/installation/"
echo "---------------------------------------------------------------------------------"
exit 1
}