Skip to content

Commit d87d557

Browse files
author
WestleyK
committed
Added precompiled pl for armv7l
1 parent 66d9367 commit d87d557

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Click to download `pl` for your system:
4545
- [`darwin`](https://????)<br>
4646
`wget https://?????`
4747

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`
5050

5151
- [manpage](https://????)<br>
5252
`wget https://?????`

pre-compiled/static/armv7l/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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>

pre-compiled/static/armv7l/pl

565 KB
Binary file not shown.

pre-compiled/static/x86_64/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ x86_64
1111
```
1212
wget https://github.com/WestleyR/print-line/raw/master/pre-compiled/static/x86_64/pl
1313
chmod +x pl
14-
sudo mv pl /usr/bin/
14+
sudo mv pl /usr/local/bin/
1515
```
1616

1717
<br>

0 commit comments

Comments
 (0)