Skip to content

Commit

Permalink
updated documentation to point to v1.x.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Mar 1, 2016
1 parent f363672 commit 582b57d
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion installing/os/arch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Next, clone this repository:

.. code:: bash
$ git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git nodebb
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
Obtain all of the dependencies required by NodeBB:
Expand Down
2 changes: 1 addition & 1 deletion installing/os/centos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Next, clone the NodeBB repository:
.. code:: bash
cd /path/to/nodebb/install/location
git clone -b v0.9.x https://github.com/NodeBB/NodeBB nodebb
git clone -b v1.x.x https://github.com/NodeBB/NodeBB nodebb
**Note: To clone the master branch you can use the same command with out the "-b" option.
Expand Down
2 changes: 1 addition & 1 deletion installing/os/debian.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Next clone this repository :
.. code:: bash
$ cd /path/to/nodebb/install/location
$ git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git nodebb
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
Now we are going to install all dependencies for NodeBB via NPM :

Expand Down
2 changes: 1 addition & 1 deletion installing/os/freebsd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Clone NodeBB repo (this assumes you have `git` installed, otherwise use `pkg` to

.. code:: bash
git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git
Enter directory:

Expand Down
2 changes: 1 addition & 1 deletion installing/os/osx-mavericks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Clone NodeBB repo:

.. code:: bash
git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git
Enter directory:

Expand Down
2 changes: 1 addition & 1 deletion installing/os/smartos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Installation

.. code:: bash
$ git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git nodebb
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
5. Install NodeBB's npm dependencies:

Expand Down
2 changes: 1 addition & 1 deletion installing/os/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Next, clone NodeBB into your desired location. If you don't know where, your hom
.. code:: bash
$ cd ~ # Optional
$ git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git nodebb
$ git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git nodebb
Obtain all of the dependencies required by NodeBB:
Expand Down
2 changes: 1 addition & 1 deletion installing/os/windows8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Open Git Shell, and type the following commands. Clone NodeBB repo:

.. code:: bash
git clone -b v0.9.x https://github.com/NodeBB/NodeBB.git
git clone -b v1.x.x https://github.com/NodeBB/NodeBB.git
Enter directory:

Expand Down

0 comments on commit 582b57d

Please sign in to comment.