Skip to content

Commit

Permalink
readme: project status
Browse files Browse the repository at this point in the history
  • Loading branch information
makew0rld committed Aug 6, 2023
1 parent 50cf98c commit 1fd19c3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ Usage of ./gemget:
-v, --version Find out what version of gemget you're running.
```

# Installation
## Project Status

gemget is in maintenance mode. See my [blog post](https://www.makeworld.space/2023/08/bye_gemini.html) for details.

## Installation
Install a binary of the most recent release from the [releases page](https://github.com/makeworld-the-better-one/gemget/releases/). On Unix-based systems you will have to make the file executable with `chmod +x <filename>`. You can rename the file to just `gemget` for easy access, and move it to `/usr/local/bin/`.

If you have Go installed, you can also install it using the Makefile. Make sure to use GNU Make.
Expand All @@ -79,7 +83,7 @@ yay -S gemget
```


# Features to add
## Features to add
- [x] Support client certificates
- [ ] Support interactive input for status code 10 & 11

Expand Down

0 comments on commit 1fd19c3

Please sign in to comment.