Skip to content

Commit

Permalink
Releasing v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
netj committed Nov 15, 2013
1 parent ce7032e commit 60c6a5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ You must download the correct file for your operating system and processor archi
After you download the appropriate file, mark it as executable as shown in the following list of commands:

```bash
release=v1.0
release=v0.9
system=`uname -s`-`uname -m`
package=3x-$release-$system.sh
# download
Expand Down Expand Up @@ -50,10 +50,10 @@ You can build 3X from its source code on other Unix operating systems, or when y

As long as you have a not-too-old version of [Git][] and other [essential compiler and build tools][build-essential] installed on your system, commands similar to the following three lines will produce an executable file, named `3x-VERSION-OS-MACHINE.sh`.
Here, `VERSION` is the version of 3X you are building, and `OS` and `MACHINE` are your operating system and processor architecture that the produced 3X executable can run on.
For example, to download the source code for version `v1.0` and build a 3X executable package, run:
For example, to download the source code for version `v0.9` and build a 3X executable package, run:

```bash
git clone https://github.com/netj/3x.git --branch v1.0
git clone https://github.com/netj/3x.git --branch v0.9
cd 3x
make
```
Expand Down

0 comments on commit 60c6a5c

Please sign in to comment.