Skip to content

Commit 4ce7fd7

Browse files
committed
Updated README.md and changed permissions on executables.
1 parent b4392cc commit 4ce7fd7

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,20 @@ To get started with this project, follow these steps:
1919
composer install
2020
```
2121

22-
3. Run the advent command to execute the solutions for the Advent of Code challenges. You must provide the year and day
22+
3. Make sure the executable files are set to be executable:
23+
24+
```shell
25+
chmod +x advent advent-create
26+
```
27+
28+
4. Run the advent command to execute the solutions for the Advent of Code challenges. You must provide the year and day
2329
as arguments.
2430

2531
```shell
2632
./advent 2023 1
2733
```
2834

29-
4. To set up template files for a new daily solution, execute the command below. You need to specify both the year and
35+
5. To set up template files for a new daily solution, execute the command below. You need to specify both the year and
3036
the day as arguments. Executing this command accomplishes two things:
3137

3238
1. It creates a new directory uniquely for the specified year and day.

advent

100644100755
File mode changed.

advent-create

100644100755
File mode changed.

0 commit comments

Comments
 (0)