You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by an...@apache.org on 2018/06/06 14:34:33 UTC

zookeeper git commit: Fixed cp command arguments in README file

Repository: zookeeper
Updated Branches:
  refs/heads/website f5f9ae630 -> f62257210


Fixed cp command arguments in README file


Project: http://git-wip-us.apache.org/repos/asf/zookeeper/repo
Commit: http://git-wip-us.apache.org/repos/asf/zookeeper/commit/f6225721
Tree: http://git-wip-us.apache.org/repos/asf/zookeeper/tree/f6225721
Diff: http://git-wip-us.apache.org/repos/asf/zookeeper/diff/f6225721

Branch: refs/heads/website
Commit: f62257210e3e610187c8970c1b8d6651f40f24d7
Parents: f5f9ae6
Author: Andor Molnar <an...@cloudera.com>
Authored: Wed Jun 6 16:34:23 2018 +0200
Committer: Andor Molnar <an...@cloudera.com>
Committed: Wed Jun 6 16:34:23 2018 +0200

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zookeeper/blob/f6225721/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 656d27d..8f0263f 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ and `sudo pip install Pygments`. See the Jekyll installation page for more detai
 You can generate the static ZooKeeper website by running:
 
 1. `jekyll build` in this directory.
-1. `cp -rp _released_docs _site/doc` - this will include the documentation (see "sub-dir" section below) in the generated site.
+2. `cp -RP _released_docs _site/doc` - this will include the documentation (see "sub-dir" section below) in the generated site.
 
 At this point the contents of _site are "staged" and can be reviewed prior to updating the ZooKeeper
 production website.
@@ -46,4 +46,4 @@ compile phase, use the following syntax:
     {% endhighlight %}
 
  You probably don't need to install that unless you want to regenerate the pygments CSS file. 
- It requires Python, and can be installed by running `sudo easy_install Pygments`.
\ No newline at end of file
+ It requires Python, and can be installed by running `sudo easy_install Pygments`.