From 569205fb8254313f46c92c7374f154478b012107 Mon Sep 17 00:00:00 2001 From: themitosan Date: Thu, 5 Dec 2024 12:26:42 -0300 Subject: [PATCH] Readme: fix actions link + disclaimer --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5ec21d6..bd5e5be 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,7 @@ Created by [TheMitoSan](https://bsky.app/profile/themitosan.bsky.social), this i - `git`, `npm` and `node`. > [!IMPORTANT] -> Since GRPP uses `nano` as default text editor, we recommend having it on your system too. -> -> If you want to use something else, you can change it by using `--setEditor` later. +> GRPP uses `nano` as default text editor! If you want to use something else, you can change it by running `grpp --setEditor=[YOUR_COOL_EDITOR]` later. You can install all required packages by running some of the commands below: @@ -55,7 +53,7 @@ sudo dnf install nodejs git ## How to install -If you want to install GRPP from [actions](actions/), follow these steps: +If you want to install GRPP from [actions](https://github.com/themitosan/grpp/actions), follow these steps: - Download `GRPP.zip` from latest actions and extract `grpp.tgz`. - Open terminal and run the command below: