The go-qwerty-learner is a project that distributes qwerty-learner
through a standalone binary file.
The first need Go, Node
and Git installed, then you can use the below command to install go-qwerty-learner.
$ scripts\build.bat$ chmod +x ./scripts/build.sh && ./scripts/build.shYou can use the build-docker.sh script to build the docker image and you should clone this
repository and cd to the root path of the repository first.
$ chmod +x ./scripts/build-docker.sh && ./scripts/build-docker.shOr pull the docker image directly from DockerHub with the command below.
$ docker pull nosrc/go-qwerty-learnerFor more scripts about release and docker, please see the scripts directory.
$ go-qwerty-learner.exe$ ./go-qwerty-learner$ docker run -it --rm --name running-go-qwerty-learner -p 9097:9097 nosrc/go-qwerty-learner:latest go-qwerty-learner