mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-01 01:22:23 +02:00
Add example how to create symbolic links
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user