diff --git a/README.md b/README.md index 6c625620..327b8fff 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,25 @@ -# ![icon](data/icon.png) Notejot + -## Stupidly simple notes app +# Notejot - +Stupidly simple notes app + +### [![Please do not theme this app](https://stopthemingmy.app/badge.svg)](https://stopthemingmy.app) [![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) ![Screenshot](data/shot.png) -## Donations +
+ +## 💝 Donations Would you like to support the development of this app to new heights? Then: [Be my backer on Patreon](https://www.patreon.com/lainsce) -## Dependencies +## 🛠️ Dependencies Please make sure you have these dependencies first before building. @@ -28,14 +32,14 @@ meson vala ``` -## Building +## 🏗️ Building Simply clone this repo, then: ```bash -meson build --prefix=/usr && cd build +meson _build --prefix=/usr && cd _build sudo ninja install ``` -## Notes Storage +## 🗂️ Notes Storage Notes are stored in `~/.var/app/io.github.lainsce.Notejot/` diff --git a/po/README.md b/po/README.md index b9cee863..0c656f72 100644 --- a/po/README.md +++ b/po/README.md @@ -1,19 +1,19 @@ -# How to Translate Notejot +# 🌐 How to Translate Notejot -## First Things First +## ✏️ First Things First * Fork the repository here on github with the Fork button at the top-right * Clone this repository by opening the terminal in a folder of your choice and typing `git clone https://github.com/