Fixed windows getting started doc.

This commit is contained in:
Shuai Lin 2016-12-15 16:48:02 +08:00
parent 531d5e477a
commit b3e5b31053

View file

@ -52,16 +52,16 @@ Close the powershell window, and open a new one **as the normal user**.
Now run the following commands:
(Note that if you're using another drive than "C:", say "D:", you should change the "/c/seafile" in the following commands to "/d/seafile" instead.)
(Note that if you're using another drive than "C:", say "D:", you should change the "c:\\seafile" in the following commands to "d:\\seafile" instead.)
```sh
git clone https://github.com/haiwen/seafile-docker.git /c/seafile/
cd /c/seafile/
git clone https://github.com/haiwen/seafile-docker.git c:\seafile
cd c:\seafile
Copy-Item samples/server.conf bootstrap/bootstrap.conf
# Edit the options according to your use case
start notepad++ bootstrap/bootstrap.conf
./launcher.ps1 bootstrap
./launcher.ps1 start
.\launcher.ps1 bootstrap
.\launcher.ps1 start
```