Skip to content

Commit 83e7f5a

Browse files
committed
readme: Add note about how to install varlink resolver and tool
Signed-off-by: Fabian Deutsch <[email protected]>
1 parent 5c7434e commit 83e7f5a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# rust-varlink
22
WIP
33

4+
## varlink tool installaiton
5+
6+
```bash
7+
$ sudo dnf copr enable "@varlink/varlink"
8+
$ sudo dnf install fedora-varlink
9+
$ sudo setenforce 0 # needed until systemd is able to create sockets in /run
10+
$ sudo systemctl enable --now org.varlink.resolver.socket
11+
$ varlink help
12+
```
13+
414
## varlink file validator
515
```
616
$ cargo run --example validate examples/io_systemd_network/io.systemd.network.varlink

0 commit comments

Comments
 (0)