Skip to content

Commit

Permalink
tweak: Update taskfile link (#4575)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jun 9, 2024
1 parent 72f3146 commit 16fd5b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web/book/src/project/contributing/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ since it relies on `brew`.

- [Install Task](https://taskfile.dev/installation/).
- Then run the `setup-dev` task. This runs commands from our
[Taskfile.yml](https://github.com/PRQL/prql/blob/main/Taskfile.yml),
[Taskfile.yaml](https://github.com/PRQL/prql/blob/main/Taskfile.yaml),
installing dependencies with `cargo`, `brew`, `npm` & `pip`, and suggests some
VS Code extensions.

Expand Down Expand Up @@ -84,8 +84,8 @@ since it relies on `brew`.
book, or some release artifacts, we'll need some additional tools. But we
won't need those immediately, and the error messages on what's missing should
be clear when we attempt those things. When we hit them, the
[Taskfile.yml](https://github.com/PRQL/prql/blob/main/Taskfile.yml) will be a
good source to copy & paste instructions from.
[Taskfile.yaml](https://github.com/PRQL/prql/blob/main/Taskfile.yaml) will be
a good source to copy & paste instructions from.

### Option 3: Use a Dev Container

Expand Down

0 comments on commit 16fd5b7

Please sign in to comment.