Skip to content

Commit 6be6542

Browse files
committed
Merge branch 'master' of github.com:andrewosh/hypermount
2 parents 7cc0f7d + 39591cf commit 6be6542

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# ⛰️ hyperdrive-daemon
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.
2+
*Note: This is currently a prerelease based on the [`v10`](https://github.com/mafintosh/hyperdrive/tree/v10) branch of Hyperdrive. It should be relatively stable, but expect some roughness around the edges.*
33

4-
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:
4+
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 an optional FUSE interface for mounting drives as directories.
5+
6+
If you choose to use FUSE, 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:
57
```
68
❯ hyperdrive fs mount
79
Mounted a drive with the following info:
@@ -88,7 +90,7 @@ The daemon exposes a gRPC API for interacting with remote Hyperdrives. [`hyperdr
8890

8991
## CLI
9092

91-
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:
93+
Hypermount provides an gRPC interface for mounting, unmounting, and providing status information about all current mounts. There's also a bundled CLI tool which wraps the gRPC API and provides the following commands:
9294

9395
### Basic Commands
9496
#### `hyperdrive setup`

0 commit comments

Comments
 (0)