You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Reload your shell (choose one based on your shell)
75
+
### if the app doesnt show up try reloading your shell:
76
+
```bash
68
77
# For Bash/Zsh:
69
78
source~/.bashrc
70
79
# For Fish:
@@ -85,7 +94,7 @@ cd quick-notepad-[VERSION]-linux-x86_64
85
94
./install.sh
86
95
```
87
96
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
0 commit comments