Update README.md

This commit is contained in:
proledatarian 2022-02-07 20:49:49 +00:00
parent 29587f8404
commit 58bc65b2e1
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
- Requires: Specific to systems using [Systemd](https://systemd.io/). - Requires: Specific to systems using [Systemd](https://systemd.io/).
- How-to: - How-to:
- Edit `/etc/systemd/journald.conf` and change `SystemMaxUse=50M`. - Edit `/etc/systemd/journald.conf` and change `SystemMaxUse=50M`.
- Additionally: [Arch wiki: Systemd](https://wiki.archlinux.org/title/Systemd/Journal#Journal_size_limit). - Additionally: [ArchWiki: Systemd](https://wiki.archlinux.org/title/Systemd/Journal#Journal_size_limit).
- Additionally: This can also be achieved using `journalctl` and be [limited by time](https://wiki.archlinux.org/title/Systemd/Journal#Clean_journal_files_manually). - Additionally: This can also be achieved using `journalctl` and be [limited by time](https://wiki.archlinux.org/title/Systemd/Journal#Clean_journal_files_manually).
### 3. Syntax highlight for nano ### 3. Syntax highlight for nano
@ -30,7 +30,7 @@
- Requires: - Requires:
- How-to: Edit `~/.config/nano/nanorc` or to `/etc/nanorc` and add the following. - How-to: Edit `~/.config/nano/nanorc` or to `/etc/nanorc` and add the following.
- `include "/usr/share/nano/*.nanorc"`. - `include "/usr/share/nano/*.nanorc"`.
https://wiki.archlinux.org/title/Nano#Syntax_highlighting - Additionally: [ArchWiki: Nano](https://wiki.archlinux.org/title/Nano#Syntax_highlighting).
### 4. Repeat a command using watch. ### 4. Repeat a command using watch.