This is an automated email from the ASF dual-hosted git repository. rustyrazorblade pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/master by this push: new abfb717 updated readme to reference the git repo abfb717 is described below commit abfb71781180122598501583d7c8cf02d9eb2f40 Author: Jon Haddad <j...@jonhaddad.com> AuthorDate: Fri Oct 4 11:07:01 2019 -0700 updated readme to reference the git repo --- .gitignore | 1 + README | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..85e7c1d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea/ diff --git a/README b/README index 5df434f..0dfc9b4 100644 --- a/README +++ b/README @@ -15,12 +15,12 @@ Building the site If you need a copy of the site code run this command: ```bash -$ svn co http://svn.apache.org/repos/asf/cassandra/site/ ./cassandra-site -$ cd ./cassandra-site +$ git clone https://github.com/apache/cassandra-website.git +$ cd ./cassandra-website ``` -To build the website run the following commands from within the _./cassandra-site_ directory (assuming you used the above checkout commands): +To build the website run the following commands from within the _./cassandra-website_ directory (assuming you used the above checkout commands): ```bash $ docker-compose build cassandra-website @@ -29,7 +29,7 @@ $ docker-compose run cassandra-website Go make yourself a cup of coffee, this will take a while... -Once building has completed, the site content will be in the _./cassandra-site/publish_ directory ready to be committed. +Once building has completed, the site content will be in the _./cassandra-website/publish_ directory ready to be committed. Previewing the site --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org