README.md
This commit is contained in:
parent
710ca7b6fb
commit
629b90c895
2 changed files with 52 additions and 1 deletions
27
.7
Normal file
27
.7
Normal file
|
@ -0,0 +1,27 @@
|
|||
# d77crux
|
||||
|
||||
My own collection of Crux ports.
|
||||
Please check dependencies prior pkgmk any of these; all are working.
|
||||
|
||||
Download the d77crux.httpup and copy it to /etc/ports.
|
||||
|
||||
```
|
||||
wget http://raw.githubusercontent.com/dani-77/d77crux/master/d77crux.httpup
|
||||
|
||||
sudo mv d77crux.httpup /etc/ports
|
||||
```
|
||||
|
||||
Edit /etc/prt-get.conf adding the line prtdir /usr/ports/d77crux to your configuration.
|
||||
|
||||
```
|
||||
sudo echo prtdir /usr/ports/d77crux >> /etc/prt-get.conf
|
||||
```
|
||||
Update the system.
|
||||
|
||||
```
|
||||
sudo ports -u d77crux
|
||||
```
|
||||
|
||||
Now you can use any of my ports.
|
||||
|
||||
Hope you enjoy it.
|
26
README.md
26
README.md
|
@ -1,3 +1,27 @@
|
|||
# d77crux
|
||||
|
||||
CRUX ports
|
||||
My own collection of Crux ports.
|
||||
Please check dependencies prior pkgmk any of these; all are working.
|
||||
|
||||
Download the d77crux.httpup and copy it to /etc/ports.
|
||||
|
||||
```
|
||||
wget http://raw.githubusercontent.com/dani-77/d77crux/master/d77crux.httpup
|
||||
|
||||
sudo mv d77crux.httpup /etc/ports
|
||||
```
|
||||
|
||||
Edit /etc/prt-get.conf adding the line prtdir /usr/ports/d77crux to your configuration.
|
||||
|
||||
```
|
||||
sudo echo prtdir /usr/ports/d77crux >> /etc/prt-get.conf
|
||||
```
|
||||
Update the system.
|
||||
|
||||
```
|
||||
sudo ports -u d77crux
|
||||
```
|
||||
|
||||
Now you can use any of my ports.
|
||||
|
||||
Hope you enjoy it.
|
||||
|
|
Loading…
Reference in a new issue