From 5e2d856b03eeffd1d4358a5137aeda4e645d3b11 Mon Sep 17 00:00:00 2001 From: pommicket Date: Mon, 3 Jul 2023 15:38:28 -0400 Subject: fix outdated command in 05 README --- 05/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/05/README.md b/05/README.md index 3112efb..863284a 100644 --- a/05/README.md +++ b/05/README.md @@ -15,7 +15,7 @@ We can now compile tcc with itself. But first, you'll need to install the header which are needed to compile (almost) any program with tcc: ``` -$ sudo make install-tcc0 +$ sudo make install ``` The files will be installed to `/usr/local/lib/tcc-bootstrap`. If you want to change this, make sure to change -- cgit v1.2.3