You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
266 B
Markdown
12 lines
266 B
Markdown
3 years ago
|
# Resources
|
||
|
|
||
|
There are small resource scripts usually used by port maintainers to perform several manual tasks automatically
|
||
|
|
||
|
## Install
|
||
|
|
||
|
You can create symlinks from these scripts to your local bin directory by running:
|
||
|
|
||
|
```bash
|
||
|
make link # dest=/usr/local/bin
|
||
|
```
|