chore: add README
Signed-off-by: Martin Matous <m@matous.dev>
This commit is contained in:
parent
22ed87b424
commit
60fc83ddb8
1 changed files with 34 additions and 0 deletions
34
README.md
Normal file
34
README.md
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
# 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/.
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue