Fixed errors in readme [#CLICKHOUSE-3].

This commit is contained in:
Alexey Milovidov 2017-07-07 19:50:50 +03:00
parent 4e2fb88469
commit 3ff4c8cf3e

View File

@ -3,4 +3,4 @@ ClickHouse website quickstart:
2. Run `setup\_gulp.sh` once to install build prerequisites via npm.
3. Use `gulp build` to minify website to "public" subfolder or just `gulp` to run local webserver with livereload serving it (note: livereload browser extension is required to make it actually reload pages on edits automatically).
4. There's Dockerfile that can be used to build and run ClickHouse website inside docker.
4. Deployment to https://clickhouse.yandex is managed by `release.sh`, but it is only usable from inside Yandex private network.
5. Deployment to https://clickhouse.yandex/ is managed by `release.sh`, but it is only usable from inside Yandex private network.