You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2020/09/20 19:59:25 UTC

[flume-site] branch asf-staging updated: Update README.md

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/flume-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new c453af7  Update README.md
c453af7 is described below

commit c453af7a8505abed3c34fa7c2ba5aecfc1c6be14
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sun Sep 20 12:59:18 2020 -0700

    Update README.md
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 90c255b..82462af 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Publishing the Apache Flume web site requires:
 2. Checking out the asf-staging branch.
 3. Performing any updates that are required.
 4. In the root directory run `mvn package`.
-5. Open your browser to point to <local directory>/target/site/index.html and review the site.
+5. Open your browser to point to *local directory*/target/site/index.html and review the site.
 6. When the changes look ok run 'mvn resources:copy-resources@install'.
 7. Perform `git add` on the affected files and `git commit'.
 8. Perform git push.