Skip to content

Commit 501ed1f

Browse files
authored
Merge pull request #23 from Erisa/patch-1
chore: fix mount directory names in README
1 parent b4a26b5 commit 501ed1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ See [docs](https://www.tigrisdata.com/docs/sdks/s3/aws-cli/) for more details.
5959
```bash
6060
systemctl --user start tigrisfs@<bucket>
6161
```
62-
The bucket is mounted at `$HOME/mnt/tigrisfs/<bucket>`.
62+
The bucket is mounted at `$HOME/mnt/tigris/<bucket>`.
6363
* as root
6464
```bash
6565
systemctl start tigrisfs@<bucket>
6666
```
67-
The bucket is mounted at `/mnt/tigrisfs/<bucket>`.
67+
The bucket is mounted at `/mnt/tigris/<bucket>`.
6868

6969
## Binary install
7070

0 commit comments

Comments
 (0)