Skip to content

Commit

Permalink
Merge pull request #808 from andrewdavidmackenzie/help_link
Browse files Browse the repository at this point in the history
Fix link as asset is now available
  • Loading branch information
andrewdavidmackenzie authored Jan 17, 2025
2 parents 5e029fb + 6b67d2a commit 684a2b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 1 addition & 3 deletions HELP.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ is part of the project and shipped as part of releases.
To install the `udev` rules manually:

- Download the `70.pigg.rules` file from:
- <!---
the [latest release]((https://github.com/andrewdavidmackenzie/pigg/releases/latest/70.pigg.rules))
-->
- the [latest release](https://github.com/andrewdavidmackenzie/pigg/releases/download/0.6.0/70.pigg.rules)
- the [repository](https://github.com/andrewdavidmackenzie/pigg/blob/master/70.pigg.rules)
- Run this command from the command line in a terminal window from the folder where you downloaded the file:
- `sudo cp 70.pigg.rules /etc/udev/rules.d/`
Expand Down
6 changes: 5 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ x86_64-pc-windows-msvc = "windows-latest"
armv7-unknown-linux-musleabihf = "ubuntu-24.04"

[[dist.extra-artifacts]]
artifacts = ["porky/target/thumbv6m-none-eabi/release/porky_pico_w.uf2", "porky/target/thumbv6m-none-eabi/release/porky_pico.uf2"]
artifacts = [
"porky/target/thumbv6m-none-eabi/release/porky_pico_w.uf2",
"porky/target/thumbv6m-none-eabi/release/porky_pico.uf2",
"70.pigg.rules"
]
build = ["make", "-C", "porky", "install-uf2", "uf2-w", "uf2"]

0 comments on commit 684a2b2

Please sign in to comment.