Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 586 Bytes

scrumpoker

A small gtk app to help estimate the effort for a task.

Installation via Make

  1. Verify make and cargo are installed
  2. Run the following commands to install the app
git clone [email protected]:chefe/scrumpoker.git
cd scrumpoker
sudo make install

Installation via Flatpak

  1. Verify make, flatpak-builder and flatpak are installed
  2. Run the following commands to build the flatpak and install it
git clone [email protected]:chefe/scrumpoker.git
cd scrumpoker
make install-flatpak

Inspired by

https://github.com/dcordero/ScrumPoker