# Pominal ## Summary Pominal is a Pomodoro application for the terminal written in Go. Pominal is primarily written for GNU/Linux but might also run fine on Windows and OSX. ## Installation Before installing Pominal make sure that you have the tools listed below installed on your system: - Make - The latest version of [Go](https://golang.org) Run the below command to build and install Pominal. By default Pominal is installed in /usr/local so you may have to run the command with sudo. ```sh $ make clean install ``` To change the installation path you can edit `INSTALL_PREFIX` in config.mk or set the `INSTALL_PREFIX` variable as you execute `make`: ```sh # example install Pominal in your home directory $ INSTALL_PREFIX=${HOME}/.local make clean install ``` If you are installing Pominal on an OS other than GNU/Linux and/or an architecture other than AMD64 then update the `GOOS` and `GOARCH` variables in config.mk. ## Assets Icon [image](https://pixabay.com/vectors/eat-edible-food-fruit-red-tomato-1299904/) from [OpenClipart-Vectors](https://pixabay.com/users/openclipart-vectors-30363/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=1299904) from [Pixabay](https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=1299904)