Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #290 from curiousleo/dont-mention-rolling-release
Browse files Browse the repository at this point in the history
Refer to master instead of rolling-release
  • Loading branch information
grahamc committed Jan 21, 2020
2 parents 0616d2a + cbd0135 commit 3ee6ae1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -79,7 +79,7 @@ the following instructions will help you get started with lorri.
Otherwise, install lorri from the repository as follows:

```console
$ nix-env -if https://github.com/target/lorri/archive/rolling-release.tar.gz
$ nix-env -if https://github.com/target/lorri/archive/master.tar.gz
```

2. **Start the daemon.** For testing, you can start the daemon in a separate
Expand Down Expand Up @@ -193,8 +193,7 @@ not expect. This can happen for a number of reasons:
Upgrading lorri is easy with the `lorri self-upgrade` command.
By default, the upgrade command will upgrade from the
`rolling-release` branch.
By default, the upgrade command will upgrade from the `master` branch.
Other upgrade options are available, including upgrading from a
local clone. See `lorri self-upgrade --help` for more details.
Expand Down

0 comments on commit 3ee6ae1

Please sign in to comment.