From 1fd19c3126aa2f4b00e5066fb21f3db99a876db9 Mon Sep 17 00:00:00 2001 From: makeworld Date: Sat, 5 Aug 2023 20:49:43 -0400 Subject: [PATCH] readme: project status --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34a6333..952e51a 100644 --- a/README.md +++ b/README.md @@ -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 `. 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. @@ -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