Merge pull request #1526 from Elv13/rem_in_readme
doc: Removed remaining references to .lua.in files
This commit is contained in:
commit
6416045baa
|
@ -25,7 +25,7 @@ die()
|
|||
lua -e 'require("lgi")' || die
|
||||
|
||||
# Check the version number.
|
||||
# Keep this in sync with lib/gears/surface.lua.in and .travis.yml (LGIVER)!
|
||||
# Keep this in sync with lib/gears/surface.lua and .travis.yml (LGIVER)!
|
||||
lua -e '_, _, major_minor, patch = string.find(require("lgi.version"), "^(%d%.%d)%.(%d)");
|
||||
if tonumber(major_minor) < 0.8 or (tonumber(major_minor) == 0.8 and tonumber(patch) < 0) then
|
||||
error(string.format("lgi is too old, need at least version %s, got %s.",
|
||||
|
|
|
@ -98,7 +98,7 @@ the `DISPLAY` environment variable is set correctly, e.g.:
|
|||
The configuration of awesome is done by creating a
|
||||
`$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` is provided in the source.
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
|
Loading…
Reference in New Issue