From b5f31c6cecde9ff5c628ff3039463d90250efcb4 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 23 Sep 2022 15:14:46 -0700 Subject: [PATCH] elaborate installing section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b13e6e5..51713a5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ no installation is necessary — everything in the `out/` directory is self-cont however, if you'd like to use create your own pseudo-release of cosmopolitan to build against, you can run `install-cosmo` to install an amalgamation to `/opt/cosmopolitan/`. +this includes the amalgamation (in `dist/`), +the gcc toolchain (in `gcc/`), +some essential APEs (in `bin/`), +and all the necessary headers. ## notes