Update README.md

This commit is contained in:
André Almeida 2019-05-09 07:46:02 -07:00
parent 93be638d07
commit b5bc5f6944

View File

@ -31,11 +31,16 @@ Basic knowledge of erlang, algorithm and statistics.
### Install or use Docker ### Install or use Docker
If you prefer install the erlang compiler, please search for the appropriate installation for your OS. If you prefer install the erlang compiler, please search for the appropriate installation for your OS.
If you prefer you can use Docker to test this solution. If you prefer you can use Docker to test this solution.
Get a [docker container](https://hub.docker.com/search?q=erlang&type=image) and start the container:
I suggest [this container](https://hub.docker.com/r/bitwalker/alpine-erlang) and run:
Get a docker container like https://hub.docker.com/r/bitwalker/alpine-erlang and start the container:
`docker run --rm -it --user=root bitwalker/alpine-erlang` ```
docker pull bitwalker/alpine-erlang
docker run --rm -it --user=root bitwalker/alpine-erlang
```
### Run the solution ### Run the solution