This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 9728b627117bb93386d2b6bd19f7a0c03a8db931
Author: Yasith Jayawardana <[email protected]>
AuthorDate: Fri Jul 19 03:50:52 2024 -0400

    update README
---
 modules/agent-framework/airavata-fuse/README.md | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/modules/agent-framework/airavata-fuse/README.md 
b/modules/agent-framework/airavata-fuse/README.md
index dfc72aa95c..fa5b74dd0b 100644
--- a/modules/agent-framework/airavata-fuse/README.md
+++ b/modules/agent-framework/airavata-fuse/README.md
@@ -3,4 +3,16 @@
 ```sh
 make
 ```
-Upon running `make`, two binaries (`bin/server` and `bin/client`) will be 
created in the `bin/` folder
\ No newline at end of file
+Upon running `make`, two binaries (`bin/server` and `bin/client`) will be 
created in the `bin/` folder
+
+# Running (Example)
+```bash
+make run_server
+# or
+bin/server
+```
+```bash
+make run_client
+# or
+bin/client -mount <path/to/mountpoint> -serve <path/to/source/folder>
+```
\ No newline at end of file

Reply via email to