From 58bc65b2e125292f7de0960605e1fbb23b09891f Mon Sep 17 00:00:00 2001 From: proledatarian Date: Mon, 7 Feb 2022 20:49:49 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dcbbd28..4c98b6a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ - Requires: Specific to systems using [Systemd](https://systemd.io/). - How-to: - 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). ### 3. Syntax highlight for nano @@ -30,7 +30,7 @@ - Requires: - How-to: Edit `~/.config/nano/nanorc` or to `/etc/nanorc` and add the following. - `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.