From 99f52188de110352143659e04e4c872d5edea140 Mon Sep 17 00:00:00 2001 From: Gavin Hayes Date: Wed, 25 Oct 2023 17:04:48 -0400 Subject: [PATCH] docs: remove unnecessary step from hermit setup --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 12879d7..24578ec 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,6 @@ must be present for the same executable to be run on Windows. `cosmocc` isn't in your `PATH` after adding a new shell, maybe append to `.bashrc` instead. -4. Create this dummy header: - - `touch /opt/cosmo/libc/isystem/sys/timeb.h` - ### Build `./build_hermit.sh` configures and builds with cmake to the `build` dir.