From cb0df847edaf25a9d586ac662b81b46f42272e45 Mon Sep 17 00:00:00 2001 From: Gustavo Ribeiro Date: Tue, 2 Apr 2024 07:55:51 -0300 Subject: [PATCH] Require `libprompt` in the README and release new version --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56652cb..5f85416 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ $ gh newpr --dest-src=main..my-branch \ You need to be able to compile C code. Installing `build-essential` for Debian-based distros or `base-devel` for Arch-based distros should be sufficient. +`gh` uses [libprompt](https://github.com/gustavothecoder/libprompt) to handle CLI prompts, so you need to install it. + Right now FireFox is a dependency too. ### Steps