We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c7434e commit 83e7f5aCopy full SHA for 83e7f5a
README.md
@@ -1,6 +1,16 @@
1
# rust-varlink
2
WIP
3
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
14
## varlink file validator
15
```
16
$ cargo run --example validate examples/io_systemd_network/io.systemd.network.varlink
0 commit comments