Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Dec 6, 2022
1 parent d715082 commit 20f24c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ path_mappings:
resource_type: dir
```
Then run `irodsfs` with `-config` option.
Then run `irodsfs` with `--config` or `-c` option.
```shell script
./bin/irodsfs -config config.yaml /mount/irods
./bin/irodsfs -c config.yaml /mount/irods
```

After mounting, `irodsfs` will be executed in the background.
Expand Down Expand Up @@ -170,9 +170,9 @@ path_mappings:
resource_type: dir
```

Then run `irodsfs` with `-config` option.
Then run `irodsfs` with `--config` or `-c` option.
```shell script
./bin/irodsfs -config config.yaml /mount/irods
./bin/irodsfs -c config.yaml /mount/irods
```

After mounting, `irodsfs` will be executed in the background.
Expand Down Expand Up @@ -210,9 +210,9 @@ path_mappings:
resource_type: dir
```

Then run `irodsfs` with `-config` option.
Then run `irodsfs` with `--config` or `-c` option.
```shell script
./bin/irodsfs -config config.yaml /mount/irods
./bin/irodsfs -c config.yaml /mount/irods
```

After mounting, `irodsfs` will be executed in the background.
Expand All @@ -226,9 +226,9 @@ ls /mount/irods

An iRODS user `iychoi` has iCommands config in `~/.irods`.

Run `irodsfs` with `-config` option.
Run `irodsfs` with `--config` or `-c` option.
```shell script
./bin/irodsfs -config ~/.irods /mount/irods
./bin/irodsfs -c ~/.irods /mount/irods
```

After mounting, `irodsfs` will be executed in the background.
Expand Down

0 comments on commit 20f24c9

Please sign in to comment.