documentation fixes
This commit is contained in:
parent
a7db565c75
commit
705ccbfdbb
2 changed files with 5 additions and 5 deletions
8
README
8
README
|
@ -23,10 +23,10 @@ Quick Start:
|
||||||
The quickest and easiest way to get Openbox up and running is to run the
|
The quickest and easiest way to get Openbox up and running is to run the
|
||||||
following commands:
|
following commands:
|
||||||
|
|
||||||
# cd openbox-x.x.x
|
% cd openbox-x.x.x
|
||||||
# ./configure
|
% ./configure
|
||||||
# make
|
% make
|
||||||
# su -c 'make install'
|
% su -c 'make install'
|
||||||
|
|
||||||
This will configure, compile and install Openbox the quickest. For those
|
This will configure, compile and install Openbox the quickest. For those
|
||||||
who like to spend the extra 15 seconds reading ./configure --help, some
|
who like to spend the extra 15 seconds reading ./configure --help, some
|
||||||
|
|
|
@ -13,7 +13,7 @@ the example styles included here.
|
||||||
Also in the data/ directory is a file named `menu'. This is meant as an
|
Also in the data/ directory is a file named `menu'. This is meant as an
|
||||||
example but is also installed if make install detects that no menu exists.
|
example but is also installed if make install detects that no menu exists.
|
||||||
If openbox is ever started without a valid menu the user will get a backup
|
If openbox is ever started without a valid menu the user will get a backup
|
||||||
menu which gives the ability to launch and xterm and exit the window manager.
|
menu which gives the ability to launch a xterm and exit the window manager.
|
||||||
|
|
||||||
For information on creating/editing a menu, see the file README.menu.
|
For information on creating/editing a menu, see the file README.menu.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue