-
Notifications
You must be signed in to change notification settings - Fork 1
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
Showing
1 changed file
with
6 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 |
---|---|---|
@@ -1,2 +1,8 @@ | ||
# AoC-tools | ||
This project is a simple toolset to retrieve [Advent of Code](https://adventofcode.com/) problem instances and submit solutions to them. I made this mainly for personal use, but feedback is always welcome. | ||
|
||
## Installation | ||
Clone the source repository, and then run `cargo install --path .`. This will use cargo to install the project in the current directory. The resulting binary will be placed in `$HOME/.cargo/bin` under default settings. | ||
|
||
## Usage | ||
If the binary is in PATH, you can run `aoc --help` for the usage instructions. |