Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Guaxinim5573 authored Jun 11, 2022
1 parent 0085129 commit 9210cc2
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# what-to-code-cli
Get a random idea from https://what-to-code.com/
![preview.png](https://i.imgur.com/AoDhkDJ.png)

## Installation
### From source
```
git clone https://github.com/Guaxinim5573/what-to-code-cli
cd what-to-code-cli
sudo make
```
##### 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 v3.0](https://github.com/Guaxinim5573/what-to-code-cli/blob/main/LICENSE) license.

0 comments on commit 9210cc2

Please sign in to comment.