File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
1317Confirm task installation
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments