Update README.md

main
KoNicks 5 years ago committed by GitHub
parent 85f5bf2d4c
commit cc68e345bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -8,7 +8,7 @@ First of all, open a terminal and run this command:
This creates some configs and adds some file we will need for the installation.
After the script finishes, go to a mirror near you on the arch website and download the .tar.gz bootstrap image and unzip it in `/usr/share/koffe/archbox` so that `/usr/share/koffe/archbox/bin` is a valid folder.
After you're done unziping the image, edit `/usr/share/koffe/archbox/etc/pacman.d/mirrorlist` and uncomment a mirror. Then you should be able to run `koffe-shell` to enter the container, after that run
### `curl https://koffe.netlify.app/install-box | bash`
### `pacman -Sy sudo ; git clone https://aur.archlinux.org/koffe.git ; chown -hR nobody koffe ; cd koffe ; sudo -u nobody makepkg ; pacman -U *.zst`
and `pacman -Syu` to add the necessary files. After that just exit and re-enter the container and you should be able to use it.
## Usage
After you do `koffe-shell` to enter the container, you can do `helpme` to list commands, I'm gonna list the steps of making a basic iso.

Loading…
Cancel
Save