Skip to content
Snippets Groups Projects
user avatar
John Hodge authored
- Fixed issue with the USER_FLAGS and USER_ADD not checking authentication
 > They were relying on Bank_GetFlags, which returns -1 on error
- Changed 'donate' to its own destination account
- Updated client's --help output to show help for the current command
 > E.g. `dispense user --help` will give help for th euser family of commands
399c1a3a
=====================
=== OpenDispense2 ===
=====================

Replacement for the UCC (University Computer Club)'s "dispense" system


=== Compiling ===
Required packages
- libncurses-dev
- libssl-dev
- build-essentials (gcc and GNU Make)

Run `make -C src/`