Add note to README about AMD CPU arch. Closes #3

This commit is contained in:
Thomas Buckley-Houston 2016-05-22 11:55:54 +09:00
parent 8052f98627
commit 763ec31347

View file

@ -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.