This commit is contained in:
Lauri Ojansivu 2023-07-24 15:21:59 -05:00 committed by GitHub
commit da8ae5493e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,12 +24,13 @@ It's recommended that Cosmopolitan be installed to `/opt/cosmo` and
contains your non-monorepo artifacts.
```
sudo rm /opt/cosmo/o/depend # If ape exist and is broken, this makes possible to reinstall ape
ape/apeinstall.sh
sudo mkdir -p /opt
sudo chmod 1777 /opt
git clone https://github.com/jart/cosmopolitan /opt/cosmo
cd /opt/cosmo
make -j8 toolchain
ape/apeinstall.sh # optional
mkdir -p /opt/cosmos/bin
export PATH="/opt/cosmos/bin:$PATH"
echo 'PATH="/opt/cosmos/bin:$PATH"' >>~/.profile