Skip to content

Commit a8a9f52

Browse files
authored
Update README.md
1 parent c35fddb commit a8a9f52

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# ⛰️ hyperdrive-daemon
2-
A FUSE-mountable distributed filesystem and remote Hyperdrive manager.
2+
A daemon for creating, storing and sharing Hyperdrives. Provides both a gRPC API (see [`hyperdrive-daemon-client`](https://github.com/andrewosh/hyperdrive-daemon-client)), and a FUSE interface for mounting drives as directories.
33

4-
### FUSE Usage
54
The Hyperdrive daemon lets your mount Hyperdrives as directories on both OSX and Linux. The daemon requires all users to have a private "root" drive, into which additional subdrives can be mounted and shared with others. After starting the daemon, you can create your root drive as follows:
65
```
76
❯ hyperdrive fs mount
@@ -57,7 +56,7 @@ The daemon also provides a gRPC API for interacting with remote Hyperdrives. [`h
5756

5857
## Installation
5958
```
60-
npm i hypermount -g
59+
npm i hyperdrive-daemon -g
6160
```
6261

6362
### Setup
@@ -134,7 +133,7 @@ Makes a subdrive available to the network. If another user has access to the dri
134133

135134
- `mountpoint` must be a subdirectory of `/hyperdrive/home` and must have been previously mounted with the mount subcommand described above.
136135

137-
#### `hyperdrive fs unpublish <mountpoint`
136+
#### `hyperdrive fs unpublish <mountpoint>`
138137
Will stop advertising a previously-published subdrive on the network.
139138

140139
*Note: This command will currently not delete the Hyperdrive. Support for this will be added soon.*

0 commit comments

Comments
 (0)