Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekefan committed May 30, 2024
1 parent 033485a commit 1cc3642
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,12 @@ Now that's minimalistic.
| add | needs two arguments, the task in double quotes and the priority (h or l, n) |
| task | needs no argument, its is used to show the list of incompleted tasks |
| complete | needs one argument - the id, and is used to complete a task[the id is the serial number of the tasks] |
| help | needs no argument, it displays the help information on request and in situations where an supported command is inputed |
| help | needs no argument, it displays the help information on request and in situations where an supported command is inputed |


#### Quick Installation
Binaries will be released for Linux, Mac and Windows, but for now.
Clone this repository, the use the command to build the application
```
go build -o panda main.go
```

0 comments on commit 1cc3642

Please sign in to comment.