mirror of https://github.com/fairyglade/ly.git
syntax and typos
This commit is contained in:
parent
c13ca1ceaa
commit
9b2b6fd70b
12
README.md
12
README.md
|
|
@ -2,13 +2,13 @@
|
||||||
[](https://www.codefactor.io/repository/github/cylgom/ly/overview/master)
|
[](https://www.codefactor.io/repository/github/cylgom/ly/overview/master)
|
||||||

|

|
||||||
|
|
||||||
Ly is a lightweight, TUI (ncurses-like) display manager for linux.
|
Ly is a lightweight, TUI (ncurses-like) display manager for Linux.
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
Make sure all the following packages are properly installed and configured
|
Make sure all the following packages are properly installed and configured
|
||||||
on your linux distribution before going further:
|
before going further:
|
||||||
- a c99 compiler (tested with gcc and tcc)
|
- a C99 compiler (tested with gcc and tcc)
|
||||||
- a c standard library
|
- a C standard library
|
||||||
- make
|
- make
|
||||||
- linux-pam
|
- linux-pam
|
||||||
- xorg
|
- xorg
|
||||||
|
|
@ -19,7 +19,7 @@ on your linux distribution before going further:
|
||||||
- shutdown
|
- shutdown
|
||||||
|
|
||||||
### Cloning and Compiling
|
### Cloning and Compiling
|
||||||
This repository uses submodules, so you must clone it like so
|
This repository uses submodules, to clone it properly please use
|
||||||
```
|
```
|
||||||
git clone --recurse-submodules https://github.com/cylgom/ly.git
|
git clone --recurse-submodules https://github.com/cylgom/ly.git
|
||||||
```
|
```
|
||||||
|
|
@ -71,7 +71,7 @@ while on the desktop field (above the login field).
|
||||||
The numlock and capslock state is printed in the top-right corner.
|
The numlock and capslock state is printed in the top-right corner.
|
||||||
Use the F1 and F2 keys to respectively shutdown and reboot.
|
Use the F1 and F2 keys to respectively shutdown and reboot.
|
||||||
Take a look at your .xsession if X doesn't start, as it can interfere
|
Take a look at your .xsession if X doesn't start, as it can interfere
|
||||||
(this filed is launched with X to configure the display properly).
|
(this file is launched with X to configure the display properly).
|
||||||
|
|
||||||
### Additional Information
|
### Additional Information
|
||||||
The name "Ly" is a tribute to the fairy from the game Rayman.
|
The name "Ly" is a tribute to the fairy from the game Rayman.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue