From 2da51a7561a8c118837de11fa2a2dfa2bda21dc3 Mon Sep 17 00:00:00 2001 From: five above infinity <39030697+5inf@users.noreply.github.com> Date: Mon, 31 Oct 2022 13:31:48 +0100 Subject: [PATCH] Fix textinfo typo (bug #3 from original repo) https://github.com/kentosama/m68k-elf-gcc/issues/2 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 23c678c..08ed7ee 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,13 @@ $ sudo pacman -S base-devel **Debian** ```bash $ sudo apt update -$ sudo apt install build-essential textinfo +$ sudo apt install build-essential texinfo ``` **Ubuntu** ```bash $ sudo apt update -$ sudo apt install build-essential textinfo +$ sudo apt install build-essential texinfo ``` **Fedora**