We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a26b5 commit 501ed1fCopy full SHA for 501ed1f
README.md
@@ -59,12 +59,12 @@ See [docs](https://www.tigrisdata.com/docs/sdks/s3/aws-cli/) for more details.
59
```bash
60
systemctl --user start tigrisfs@<bucket>
61
```
62
- The bucket is mounted at `$HOME/mnt/tigrisfs/<bucket>`.
+ The bucket is mounted at `$HOME/mnt/tigris/<bucket>`.
63
* as root
64
65
systemctl start tigrisfs@<bucket>
66
67
- The bucket is mounted at `/mnt/tigrisfs/<bucket>`.
+ The bucket is mounted at `/mnt/tigris/<bucket>`.
68
69
## Binary install
70
0 commit comments