Skip to content

Commit 77d6dff

Browse files
committed
Add build instructions
1 parent 464f27c commit 77d6dff

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,18 @@ A command line MP3 player for your [Restic repository](https://restic.net).
1111
* Random, endless playback
1212
* macOS and Linux supported
1313

14+
## Installation
15+
16+
Binaries for Linux are available in [the releases page](https://github.com/rubiojr/rplay/releases/latest).
17+
18+
You'll need to build from source for macOS and other Linux architectures:
19+
20+
```
21+
GO111MODULE=on go get -u github.com/rubiojr/rapi
22+
```
23+
24+
Or clone the repository and run `go build`.
25+
1426
## Usage
1527

1628
### ⚠️ A word of caution
@@ -106,13 +118,6 @@ export RESTIC_PASSWORD=secret
106118
* Play and search songs by ID3 tags (artist, album, genre, etc).
107119
* Better curses UI
108120

109-
110-
Explain what stats mean:
111-
112-
new, skipped errors, f/s, minutes left
113-
114-
Explain how to log errors, redirecting stderr to file.
115-
116121
## Credits
117122

118123
RPlay is an experiment quickly built in a few days thanks to the following projects that power it:

0 commit comments

Comments
 (0)