Skip to content

Commit

Permalink
[doc] Paths in documentation updated
Browse files Browse the repository at this point in the history
  • Loading branch information
spirali committed Apr 4, 2018
1 parent d1823ff commit cd01c01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@ insightful monitoring on top.
* Download binary

```
$ wget https://github.com/substantic/rain/releases/download/v0.1.1/rain-v0.1.1-linux-x64.tar.xz
$ tar xvf rain-v0.1.1-linux-x64.tar.xz
$ wget https://github.com/substantic/rain/releases/download/v0.2.0/rain-v0.2.0-linux-x64.tar.xz
$ tar xvf rain-v0.2.0-linux-x64.tar.xz
```

* Install Python API

```
$ pip3 install https://github.com/substantic/rain/releases/download/v0.1.1/rain-0.1.1-py3-none-any.whl
$ pip3 install https://github.com/substantic/rain/releases/download/v0.2.0/rain-0.2.0-py3-none-any.whl
```

* Start server & a single local worker

```
$ ./rain-v0.1.1-linux-x86/rain start --simple
$ ./rain-v0.2.0-linux-x86/rain start --simple
```

* Rain "Hello world" in Python
Expand Down
6 changes: 3 additions & 3 deletions docs/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ It can be downloaded and unpacked as follows:

::

$ wget https://github.com/substantic/rain/releases/download/v0.1.1/rain-v0.1.1-linux-x64.tar.xz
$ tar xvf rain-v0.1.1-linux-x64.tar.xz
$ wget https://github.com/substantic/rain/releases/download/v0.2.0/rain-v0.2.0-linux-x64.tar.xz
$ tar xvf rain-v0.2.0-linux-x64.tar.xz

Installation of Python API::

$ pip3 install https://github.com/substantic/rain/releases/download/v0.1.1/rain-0.1.1-py3-none-any.whl
$ pip3 install https://github.com/substantic/rain/releases/download/v0.2.0/rain-0.2.0-py3-none-any.whl

Build from sources
==================
Expand Down

0 comments on commit cd01c01

Please sign in to comment.