README: add reference to online doc, small improvements
Closes https://github.com/awesomeWM/awesome/pull/345.
This commit is contained in:
parent
9dad4f59a4
commit
3fb83ba9b5
|
@ -34,14 +34,14 @@ the `DISPLAY` environment variable is set correctly, e.g.:
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
The configuration of awesome is done by creating a
|
The configuration of awesome is done by creating a
|
||||||
`$XDG_CONFIG_HOME/awesome/rc.lua` file.
|
`$XDG_CONFIG_HOME/awesome/rc.lua` file, typically `~/.config/awesome/rc.lua`.
|
||||||
|
|
||||||
An example configuration named `awesomerc.lua.in` is provided in the source.
|
An example configuration named `awesomerc.lua.in` is provided in the source.
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
In most systems any message printed by awesome (including warnings and errors)
|
On most systems any message printed by awesome (including warnings and errors)
|
||||||
are written to `$HOME/.xsession-errors`.
|
is written to `~/.xsession-errors`.
|
||||||
|
|
||||||
If awesome does not start or the configuration file is not producing the
|
If awesome does not start or the configuration file is not producing the
|
||||||
desired results the user should examine this file to gain insight into the
|
desired results the user should examine this file to gain insight into the
|
||||||
|
@ -56,6 +56,11 @@ Please read the @{02-contributing.md} guide for any coding, documentation or pat
|
||||||
## Status
|
## Status
|
||||||
[![Build Status](https://travis-ci.org/awesomeWM/awesome.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome)
|
[![Build Status](https://travis-ci.org/awesomeWM/awesome.svg?branch=master)](https://travis-ci.org/awesomeWM/awesome)
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Online documentation is available at http://awesome.naquadah.org/doc/, and
|
||||||
|
can be built using `make ldoc`.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
The project is licensed under GNU General Publice License v2 or later.
|
The project is licensed under GNU General Publice License v2 or later.
|
||||||
|
|
Loading…
Reference in New Issue