-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0085129
commit 9210cc2
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
 | ||
|
||
## 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. |