diff options
author | pommicket <pommicket@gmail.com> | 2023-07-03 15:38:28 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2023-07-03 15:38:28 -0400 |
commit | 5e2d856b03eeffd1d4358a5137aeda4e645d3b11 (patch) | |
tree | 59a86194cfabc94007eca3488142fcb35235bdfb | |
parent | 9e7cc651d3fef91e95bc045e28d8c55d8ae33090 (diff) |
fix outdated command in 05 README
-rw-r--r-- | 05/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |