Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: Update with Endless Key information #23

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# kolibri-installer-gnome
# endless-key-flatpak

Kolibri desktop front-end for GNOME.
Endless Key app for GNOME.

### Requirements

Expand Down Expand Up @@ -77,7 +77,7 @@ able to develop any module.
button. Once the export has successfully completed, Builder will
open a file browser window showing the export directory, with the
flatpak bundle already selected. Note that this file is named
*org.learningequality.Kolibri.Devel.flatpak*, the ".Devel" allows
*org.endlessos.Key.Devel.flatpak*, the ".Devel" allows
parallel installation with the production flatpak.

4. Double-click the icon of the flatpak bundle file in order to
Expand All @@ -88,7 +88,7 @@ able to develop any module.
5. Now you are ready to develop. For running the front-end, just click
on the play button at the top bar. For running any other module,
you can change the command in the
`build-aux/flatpak/org.learningequality.Kolibri.Devel.json` flatpak
`build-aux/flatpak/org.endlessos.Key.Devel.json` flatpak
manifest file. Example: `{"command":
"/app/libexec/kolibri-app/kolibri-gnome-search-provider"}`.

Expand Down