Skip to content

Commit ff38410

Browse files
Merge pull request #8 from felipealfonsog/development
updates in github
2 parents 2e1d162 + fb8d5a5 commit ff38410

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
"TermNotes" is a command-line note management utility designed to help you organize your ideas and reminders efficiently. It allows you to create, display, update, and delete notes directly from the terminal, providing you with a fast and straightforward workflow. With "TermNotes," you can keep track of your thoughts and important tasks, all within your favorite command-line environment. Simplify your life and enhance your productivity with this minimalist yet powerful tool.
55

66
## Installation
7+
### Via AUR using YAY
8+
9+
Term Notes is available on AUR (Arch User Repository), and it can be installed using the `yay` package manager. Follow the steps below to install Term Notes:
10+
11+
1. Make sure you have `yay` installed. If not, you can install it with the following command:
12+
13+
sudo pacman -S yay
14+
15+
Once yay is installed, you can install Term Notes by running the following command:
16+
yay -S term-notes
17+
18+
This command will automatically fetch the package from AUR and handle the installation process for you.
19+
20+
2. After the installation is complete, you can run Term Notes by typing term_notes in your terminal.
721

822
### Prerequisites
923

0 commit comments

Comments
 (0)