Skip to content

Commit 2ced7f6

Browse files
authored
Merge pull request #2 from neilo40/master
Add -L option to curl command
2 parents 49e6d32 + baf131c commit 2ced7f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Programming.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Programming the CPLD from a Raspberry Pi is easy thanks to a tool called xc3spro
66

77
```shell
88
# Add Repo
9-
curl https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
9+
curl -L https://apt.matrix.one/doc/apt-key.gpg | sudo apt-key add -
1010
echo "deb https://apt.matrix.one/raspbian $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/matrixlabs.list
1111

1212
# Install
@@ -32,4 +32,4 @@ Make the following connections from your RPi:
3232

3333
```
3434
sudo xc3sprog -c sysfsgpio_creator -p 0 -v Buster.jed
35-
```
35+
```

0 commit comments

Comments
 (0)