Standard Notes is a safe place for your notes, thoughts, and life’s work.
Assuming flatpak
, flatpak-builder
, and git
packages are installed, run the following commands:
$ git clone https://github.com/flathub/org.standardnotes.standardnotes.git
$ cd org.standardnotes.standardnotes/
$ flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
$ flatpak-builder build --force-clean --install-deps-from=flathub --install --user org.standardnotes.standardnotes.json
# ...to uninstall the artifact
$ flatpak uninstall --delete-data --user org.standardnotes.standardnotes
# ...and to clean-up everything
$ flatpak uninstall --unused --user
$ rm -rf .flatpak-builder/ build/
$ flatpak remote-delete --user flathub
Make sure git-2.x
, yarn-1.16.x
, and python-3.7.x
packages are installed, then follow the next steps:
-
Open
bootstrap.sh
and update theTAG
variable accordingly -
Run
bootstrap.sh
-
Commit and push the generated/updated files
-
Update manifest and AppStream metadata accordingly
See the Issues tracker.