Skip to content

Commit 34d8909

Browse files
authored
Update README.md
1 parent 5ab5158 commit 34d8909

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,22 @@ Successfully configured FUSE!
3535

3636
You should only need to perform this step once (it will persist across restarts).
3737

38+
### Starting the Daemon
39+
40+
After installing/configuring, you'll need to start the daemon before running any other commands. To do this, first pick a storage directory for your mounted Hyperdrives.
41+
42+
From within this storage directory, run:
43+
```
44+
❯ hypermount start
45+
Daemon started at http://localhost:3101
46+
```
47+
48+
If you want to stop the daemon, you can run:
49+
```
50+
❯ hypermount stop
51+
The Hypermount daemon has been stopped.
52+
```
53+
3854
## Usage
3955

4056
Hypermount provides an HTTP interface for mounting, unmounting, and providing status information about all current mounts. There's also a bundled CLI tool which wraps the HTTP interfaces and provides the following commands:

0 commit comments

Comments
 (0)