Skip to content

Commit 1135655

Browse files
committed
docs: update installation instructions and fix navigation links
1 parent 464f6c9 commit 1135655

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ This documentation will help you contribute to this codebase.
77
[Install taskfile](https://taskfile.dev/docs/installation) via your preferred method.
88

99
```bash
10-
go install github.com/go-task/task/v3/cmd/task@latest
10+
mkdir -p ~/.local/bin && sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/.local/bin
11+
```
12+
13+
```bash
14+
echo 'export PATH="$HOME/.local/bin:$PATH"' >> ~/.bashrc && source ~/.bashrc
1115
```
1216

1317
Confirm task installation

docs/audiences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Now that you understand the audiences its time to explore the interfaces designe
1818
<div class="navigation-buttons" markdown="1" style="display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.5rem;">
1919

2020
<div markdown="1">
21-
[← Previous: Principles](../principles/){ .md-button }
21+
[← Previous: Principles](principles.md){ .md-button }
2222
</div>
2323

2424
<div markdown="1" style="text-align: right;">
25-
[Next: Interfaces →](../interfaces/){ .md-button .md-button--primary }
25+
[Next: Interfaces →](interfaces.md){ .md-button .md-button--primary }
2626
</div>
2727

2828
</div>

0 commit comments

Comments
 (0)