Skip to content

Commit

Permalink
Merge pull request #37 from konradkonrad/fix_latest_release
Browse files Browse the repository at this point in the history
Fix latest release in README
  • Loading branch information
konradkonrad authored Oct 7, 2019
2 parents 7832eac + 2069bd3 commit ff6793f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
This repository contains the documentation and configuration necessary to run a
Raiden Transport Matrix server.

**Current release:** [2018.12.0](https://github.com/raiden-network/raiden-transport/tree/2018.12.0)
**Current release:** [2019.10.1](https://github.com/raiden-network/raiden-transport/tree/2019.10.1)

## Table of Contents

Expand Down Expand Up @@ -131,11 +131,11 @@ Note: The default Postgres configuration assumes 16GiB of system RAM

### Installing

1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-transport/tree/2018.12.0)
1. Clone the [current release version of this repository](https://github.com/raiden-network/raiden-transport/tree/2019.10.1)
to a suitable location on the server:

```shell
git clone -b 2018.12.0 https://github.com/raiden-network/raiden-transport.git
git clone -b 2019.10.1 https://github.com/raiden-network/raiden-transport.git
```
1. Copy `.env.template` to `.env` and modify the values to fit your setup (see inline comments for details)
- We would appreciate it if you allow us access to the monitoring interfaces
Expand Down

0 comments on commit ff6793f

Please sign in to comment.