From 0de2c725b7a6faf4e5e935b9fd74a8ab3567453b Mon Sep 17 00:00:00 2001 From: Joaquin Date: Fri, 26 May 2023 21:42:54 +0300 Subject: [PATCH] [docker] Update docker to use DockerHub image --- README.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/README.md b/README.md index e486a0c..df3ec9c 100644 --- a/README.md +++ b/README.md @@ -42,15 +42,7 @@ If you're using another distrbution create a chroot system (using the bootstrap # Docker Installation ## (for windows, macOS, non-arch linux, BSD) -`docker pull archlinux` - -`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.) +`docker pull konicks/koffe` ## Then to run it: