From 763ec31347291c290234cb4bd5a358b92be751fd Mon Sep 17 00:00:00 2001 From: Thomas Buckley-Houston Date: Sun, 22 May 2016 11:55:54 +0900 Subject: [PATCH] Add note to README about AMD CPU arch. Closes #3 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 178fab6..f1af0e2 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ You can either pull from the Docker Registry: `docker pull tombh/texttop` or, build yourself: ``` -git clone git@github.com:tombh/texttop.git +git clone https://github.com/tombh/texttop.git cd texttop docker build -t texttop . ``` @@ -64,6 +64,15 @@ with [apk](https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management). J system changes once you restart the docker container. I'm thinking about ways to save state. You may experiment with mounting certain system directories. +##Known Issues +The Docker Hub version is built against Intel CPU archcitectures, this causes hiptext to fail. If you are on AMD +then most likely you will need to build texttop yourself: +``` +git clone https://github.com/tombh/texttop.git +cd texttop +docker build -t texttop . +``` + ##Contributions Yes please.