X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=README;h=580d84d1ad3f0b84ac94944a84b4968a39f7d7d2;hb=90f24142852d826e0a9725c7549f3326798085bd;hp=b84707a8d9360c03b68a6a8dc2cb65e3ec50daa8;hpb=dfc5f034581f5a26cba5c4811500438f89f0634a;p=chaz%2Fopenbox diff --git a/README b/README index b84707a8..580d84d1 100644 --- a/README +++ b/README @@ -3,13 +3,13 @@ README for Openbox: The source tree for Openbox is comprised of five subdirectories: data/ - this holds the default data files that Openbox - requires for proper operation + requires for proper operation. doc/ - this holds the documentation files that explain - the various aspects of Openbox + the various aspects of Openbox. nls/ - this holds the message files used to generate - message catalogs for different languages + message catalogs for different languages. src/ - this holds the actual C++ source code for the window manager. @@ -23,10 +23,10 @@ Quick Start: The quickest and easiest way to get Openbox up and running is to run the following commands: -# cd openbox-x.x.x -# ./configure -# make -# su -c 'make install' +% cd openbox-x.x.x +% ./configure +% make +% su -c 'make install' This will configure, compile and install Openbox the quickest. For those who like to spend the extra 15 seconds reading ./configure --help, some