File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ Click to download `pl` for your system:
45
45
- [ ` darwin ` ] ( https://???? ) <br >
46
46
` wget https://????? `
47
47
48
- - [ ` armv7l ` ] ( https://????? ) <br >
49
- ` wget https://?????? `
48
+ - [ ` armv7l ` ] ( https://github.com/WestleyR/print-line/raw/master/pre-compiled/static/armv7l/pl ) <br >
49
+ ` wget https://github.com/WestleyR/print-line/raw/master/pre-compiled/static/armv7l/pl `
50
50
51
51
- [ manpage] ( https://???? ) <br >
52
52
` wget https://????? `
Original file line number Diff line number Diff line change
1
+ ## For:
2
+
3
+ ```
4
+ armv7l
5
+ ```
6
+
7
+ <br >
8
+
9
+ ## Install:
10
+
11
+ ```
12
+ wget https://github.com/WestleyR/print-line/raw/master/pre-compiled/static/armv7l/pl
13
+ chmod +x pl
14
+ sudo mv pl /usr/local/bin/
15
+ ```
16
+
17
+ <br >
Original file line number Diff line number Diff line change 11
11
```
12
12
wget https://github.com/WestleyR/print-line/raw/master/pre-compiled/static/x86_64/pl
13
13
chmod +x pl
14
- sudo mv pl /usr/bin/
14
+ sudo mv pl /usr/local/ bin/
15
15
```
16
16
17
17
<br >
You can’t perform that action at this time.
0 commit comments