-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:osmoscraft/osmosnote
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
1. Make sure nvm is properly exposing `npx` in login shell | ||
2. Put content of the `app` folder somewhere in the system. Make sure the script is executable | ||
3. Put the content of the `desktop` folder on the desktop | ||
4. Adjust the `Exec` and `Icon` path in `osmosnote.desktop` to point to the content of the `app` | ||
5. In Gnome, right click the `.desktop` and choose `Allow Launching`. Note, this is NOT the same as `chmod +x`. | ||
1. If launching via window manager's launcher, `.profile` should have nvm setup script. | ||
1. Put content of the `app` folder somewhere in the system. Make sure the script is executable | ||
1. Put the content of the `desktop` folder on the desktop | ||
1. Adjust the `Exec` and `Icon` path in `osmosnote.desktop` to point to the content of the `app` | ||
1. In Gnome, right click the `.desktop` and choose `Allow Launching`. Note, this is NOT the same as `chmod +x`. |