eselect-ld/README.md
Martin Matous 60fc83ddb8
chore: add README
Signed-off-by: Martin Matous <m@matous.dev>
2022-03-30 23:37:36 +02:00

34 lines
463 B
Markdown

# eselect-ld
## Usage
To set new ld symlink target use
```
eselect ld set <TARGET>
```
where `TARGET` is either a number from
```
eselect ld list
```
Alternatively use the name of a linker directly. Name may be
prefixed by `ld.`.
```
eselect ld set mold
```
```
eselect ld set ld.mold
```
To print current symlink target use
```
eselect ld show
```
## Installation
Copy into eselect's module directory.
```
cp ./ld.eselect /usr/share/eselect/modules/.
```