Update installation.md

This commit is contained in:
Julien Fontanet
2013-08-16 20:27:25 +02:00
parent 486bb525e2
commit 6c2b02112b

View File

@@ -64,7 +64,7 @@ cd ..
# Makes XO-Web accessible from XO-Server.
cd xo-server/public/http
for e in ../../xo-web/public/*
for e in ../../../xo-web/public/*
do
ln -s "$e"
done