Add example how to create symbolic links

This commit is contained in:
2020-05-07 10:14:14 +02:00
parent 80686f61d4
commit e65031cc66
+9 -1
View File
@@ -53,4 +53,12 @@ make
```
It is recommended to create symbolic links to the executables you will be using
inside your PATH.
inside your PATH.
Example:
```bash
ln -s "$(pwd)""/""sf_buffer" /usr/bin/sf_buffer
ln -s "$(pwd)""/""sf_stream" /usr/bin/sf_stream
ln -s "$(pwd)""/""sf_replay" /usr/bin/sf_replay
ln -s "$(pwd)""/""sf_writer" /usr/bin/sf_writer
```