Skip to content

Commit f735a12

Browse files
authored
Update README.md
1 parent 5f6514d commit f735a12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,8 @@ You should only need to perform this step once (it will persist across restarts)
7070

7171
### Starting the Daemon
7272

73-
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.
73+
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. By default, the daemon will use `~/.hyperdrive/storage`.
7474

75-
From within this storage directory, run:
7675
```
7776
❯ hyperdrive start
7877
Daemon started at http://localhost:3101
@@ -101,7 +100,7 @@ Start the Hyperdrive daemon.
101100
Options include:
102101
```
103102
--bootstrap ['host:port', 'host:port', ...] // Optional, alternative bootstrap servers
104-
--storage /my/storage/dir // A storage directory for cores and the db. Defaults to ./storage
103+
--storage /my/storage/dir // The storage directory. Defaults to ~/.hyperdrive/storage
105104
--log-level info // Logging level
106105
--port 3101 // The port gRPC will bind to.
107106
```

0 commit comments

Comments
 (0)