Skip to content

Commit

Permalink
Update obsolete instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanGriffiths committed Sep 19, 2023
1 parent 7f713c7 commit a1f85c3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/sphinx/getting_involved_in_mir.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ from the corresponding files under `spread/build`.
This creates an example shell (miral-shell) in the bin directory. This can be
run directly:

bin/miral-shell
bin/miral-app

With the default options this runs in a window on X (which is convenient for
development).

The miral-shell example is simple, don’t expect to see a sophisticated launcher
by default. You can start mir apps from the command-line. For example:
by default. Within this window you can start a terminal with Ctrl-Alt-Shift-T
(the "Shift" is needed to avoid Ubuntu's DE intercepting the input). From this
terminal you can start apps. For example:

bin/miral-run qterminal
$ gedit

To exit from miral-shell press Ctrl-Alt-BkSp.

Expand Down

0 comments on commit a1f85c3

Please sign in to comment.