Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
darenliang committed Feb 6, 2023
1 parent e8db049 commit f495bd9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dsfs -t <Bot token> -s <Server ID> -m <Mount point> -u
To run with transaction compaction:

```bash
dsfs -t <Bot token> -s <Server ID> -m <Mount point> -c
dsfs -t <Bot token> -s <Server ID> -m <Mount point> -x
```

To run with FUSE options:
Expand All @@ -84,6 +84,12 @@ To run with FUSE options:
dsfs -t <Bot token> -s <Server ID> -m <Mount point> -o <FUSE option>
```

To get more information about the available options:

```bash
dsfs --help
```

## Common fixes to issues

- If you are using a bot token, you must allow the Message Content Intent for
Expand Down

0 comments on commit f495bd9

Please sign in to comment.