Skip to content

Commit

Permalink
docs: add section about resources being in a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAegis committed Jan 13, 2024
1 parent 22c4e32 commit 9d2fdf1
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,42 @@
> same root level. You need to individually set up each language you wish to
> use.
## Usage

The repository does not contain task inputs as my own inputs are located
in a private repository. If you wish to use this repository with your
own inputs provide them in the following folder structure:

```sh
resources
├── 2015
│ ├── 01
│ │ └── input.txt
│ ├── 02
│ │ └── input.txt
│ │ ...
│ └── 25
│ └── input.txt
│ ...
└── 2023
├── 01
│ ├── example.1.txt
│ ├── example.2.txt
│ └── input.txt
│ ...
└── 25
└── input.txt
```

### Cloning

> Reference for myself, cloning with my private inputs
```sh
git clone --recurse-submodules -j8 [email protected]:AlexAegis/advent-of-code.git
```


## [TypeScript](./solutions/typescript)

[![2023 TypeScript Progress](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/AlexAegis/advent-of-code/master/.github/badges/typescript/2023.json)](/solutions/typescript/2023/)
Expand Down

0 comments on commit 9d2fdf1

Please sign in to comment.