Skip to content

Latest commit

 

History

History
27 lines (26 loc) · 851 Bytes

README.md

File metadata and controls

27 lines (26 loc) · 851 Bytes

what-to-code-cli

Get a random idea from https://what-to-code.com/ preview.png

Installation

Releases

Get a release from github releases.

tar xvf what-to-code*.tar.gz
cd what-to-code-cli
sudo ./install.sh

From source

git clone https://github.com/Guaxinim5573/what-to-code-cli
cd what-to-code-cli
sudo make # Same as `make build && make install`
Avaible make targets
make build        # Builds with --release
make build-debug  # Builds without --release
make install      # Installs what-to-code (needs root permissions)
make uninstall    # Uninstall what-to-code (needs root permissions)

License

This program uses LGPL-2.1 license.