We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9906164 commit 78dd55dCopy full SHA for 78dd55d
README.md
@@ -26,11 +26,11 @@ C library to work on vast majority of hardware.
26
27
### Alternative launch methods
28
29
-* *Public NFS server* (in case your camera firmware includes NFS client
+* *Your own NFS server* (in case your camera firmware includes NFS client
30
support, proven to work on XM cameras):
31
32
```console
33
- $ mount -o nolock 95.217.179.189:/srv/ro /utils/
+ $ mount -o nolock 10.0.0.1:/srv/ro /utils/
34
$ /utils/ipctool
35
```
36
0 commit comments