This is an automated email from the ASF dual-hosted git repository.
mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new b0cb4af Add the path of the *website* folder for clarity (#4268)
b0cb4af is described below
commit b0cb4af684c16859cb581c020f819fb9d4e585a8
Author: Anonymitaet <[email protected]>
AuthorDate: Wed May 15 14:42:04 2019 +0800
Add the path of the *website* folder for clarity (#4268)
---
site2/README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/site2/README.md b/site2/README.md
index 56fc8f9..90d9db8 100644
--- a/site2/README.md
+++ b/site2/README.md
@@ -15,8 +15,9 @@ Ensure you have installed the latest version of
[Node](https://nodejs.org/en/dow
To run the site locally:
-```bash
-cd website
+```bash
+git clone https://github.com/apache/pulsar.git
+cd pulsar/site2/website
yarn install
yarn start
```
@@ -258,4 +259,4 @@ The translated docs are downloaded to the
`site2/website/translated_docs` direct
### Check issues, fix and verify
After download the translated documents, you can open the target markdown
file, check issues and fix them.
-To verify if you have fixed the issues correctly, [run the site
locally](#running-the-site-locally).
\ No newline at end of file
+To verify if you have fixed the issues correctly, [run the site
locally](#running-the-site-locally).