Skip to content

Commit 2bbb4a4

Browse files
committed
2 parents 06038a7 + 451d296 commit 2bbb4a4

1 file changed

Lines changed: 18 additions & 9 deletions

File tree

README.md

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ A modern, dual-mode text editor written in Rust that runs both in the terminal (
3838

3939
- Zero Heavy Dependencies: Built with minimal external crates
4040

41-
- **size about 4.4MB, 3 times smaller than "micro" (12MB<)**
41+
- **size about 8MB, compared to "micro" 12MB<**
4242

4343
## Commands
4444

@@ -52,19 +52,28 @@ A modern, dual-mode text editor written in Rust that runs both in the terminal (
5252
| `quick --shortcuts` | Show all keyboard shortcuts |
5353

5454
## Installation
55-
56-
### Linux
55+
### step by step:
56+
download the app:
5757
```bash
5858
wget https://github.com/DomanskiFilip/quick_notepad/releases/latest/download/quick
59+
```
5960

60-
# Make it executable
61+
make it executable:
62+
```bash
6163
chmod +x quick
64+
```
6265

63-
# Move to PATH
64-
mkdir -p ~/.local/bin
65-
mv quick ~/.local/bin/
66+
run it first time for it to automatically install:
67+
```bash
68+
./quick
69+
```
70+
### one liner:
71+
```bash
72+
curl -L https://github.com/DomanskiFilip/quick_notepad/releases/latest/download/quick -o quick && chmod +x quick && ./quick
73+
```
6674

67-
# Reload your shell (choose one based on your shell)
75+
### if the app doesnt show up try reloading your shell:
76+
```bash
6877
# For Bash/Zsh:
6978
source ~/.bashrc
7079
# For Fish:
@@ -85,7 +94,7 @@ cd quick-notepad-[VERSION]-linux-x86_64
8594
./install.sh
8695
```
8796

88-
as you can see source has my build script: ./build-dist.sh which creates these scripts: ./install.sh and ./uninstall.sh in cd quick-notepad-[VERSION]-linux-x86_64
97+
as you can see source has my build script: ./build-dist.sh which creates these scripts: ./install.sh and ./uninstall.sh in quick-notepad-[VERSION]-linux-x86_64
8998

9099
<img width="1024" height="1024" alt="image" src="https://github.com/user-attachments/assets/74ae2248-706e-4970-ada4-f67a48003c86" />
91100
icon generated using nano banana

0 commit comments

Comments
 (0)