From e65031cc662a84172a97b32e63533ae6fb403dab Mon Sep 17 00:00:00 2001 From: Andrej Babic Date: Thu, 7 May 2020 10:14:14 +0200 Subject: [PATCH] Add example how to create symbolic links --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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