Skip to content

Commit

Permalink
README: Improve install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Mar 26, 2023
1 parent d4e4621 commit 9e6e3b6
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,22 @@ Installation
------------
The [releases page](https://github.com/martinpitt/rtimelog/releases) has
automatically built binaries for Linux, Windows, and MacOS. Download the
archive for your operating system, unpack it, and run `rtimelog`. You can copy
that to `/usr/local/bin/` or `~/.bin/` of course.
archive for your operating system, unpack it, and run `rtimelog` from the
unpack directory.

On Linux, if you want to run rtimelog without specifying a path, you can
install rtimelog into your home directory:

```sh
mkdir -p ~/bin
tar -C ~/bin -xvf rtimelog_*-linux*.tar.xz
```

or as administrator for all users:

```sh
sudo tar -C /usr/local/bin -xvf rtimelog_*-linux*.tar.xz
```

Building
--------
Expand Down

0 comments on commit 9e6e3b6

Please sign in to comment.