Compare commits

...

2 Commits
dev ... main

Author SHA1 Message Date
Joaquin 0de2c725b7
[docker] Update docker to use DockerHub image 3 years ago
Puly 1d213c4262
Merge pull request #1 from KoNickss/dev 3 years ago
  1. 10
      README.md

@ -42,15 +42,7 @@ If you're using another distrbution create a chroot system (using the bootstrap
# Docker Installation # Docker Installation
## (for windows, macOS, non-arch linux, BSD) ## (for windows, macOS, non-arch linux, BSD)
`docker pull archlinux` `docker pull konicks/koffe`
`git clone https://github.com/konickss/koffe`
`cd koffe`
`sudo docker build -t koffe .`
(if prompted to import or update pgp keys, that means your docker archlinux img is heavily out of date, run `docker pull archlinux` to fix it.)
## Then to run it: ## Then to run it:

Loading…
Cancel
Save