Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
a-h committed Sep 25, 2020
1 parent 2e1ef1c commit cfa4724
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,24 @@ A Gemini browser for your terminal.

Download the compiled binary for your platform at https://github.com/a-h/min/releases

If you're using a Raspberry Pi you probably want the ARM v6 binary, even if you're on a Pi 4. I've tested the ARM v6 build on a Pi Zero running Raspbian, and a Pi 4 running Ubuntu and it worked without problems there.
If you're using a Raspberry Pi you probably want the ARM v6 binary, even if you're on a Pi 4.

Tested on:

* Mac
* FreeBSD (x86_64)
* Linux (Arm)
* Pi Zero running Raspbian
* Pi 4 running Ubuntu

## Building from source

Requires Go 1.15, but no other build dependencies are required.

```
# requires go 1.15
go build
```

## Features

Expand Down

0 comments on commit cfa4724

Please sign in to comment.