diff --git a/README.md b/README.md index 1d9cde6..94f044b 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,12 @@ make ``` It is recommended to create symbolic links to the executables you will be using -inside your PATH. \ No newline at end of file +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 +``` \ No newline at end of file