Skip to content

Commit b082b53

Browse files
authored
couple changes to make it more clear (textileio#445)
Signed-off-by: Aaron Sutula <hi@asutula.com>
1 parent 69c524f commit b082b53

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Built on top of the previous indexes, a _Reputation_ module constructs a weighte
4545
### ⚡ FFS
4646
This module provides a multitiered file storage API built on Filecoin and IPFS. Storing data on IPFS and Filecoin is as easy as expressing your desired configuration for storing a Cid.
4747

48-
Want to know more about this Powergate module? Check out our presentation and demo at the _IPFS Pinning Summit_:
48+
Want to know more about this Powergate module? Check out the [FFS design document](https://github.com/textileio/powergate/blob/master/ffs/Design.md) and our presentation and demo at the _IPFS Pinning Summit_:
4949
[![Video](https://img.youtube.com/vi/aiOTSkz_6aY/0.jpg)](https://youtu.be/aiOTSkz_6aY)
5050

5151
### 💫 API + CLI
@@ -54,8 +54,15 @@ Powergate expose modules functionalities through gRPC endpoints.
5454
You can explore our `.proto` files to generate your clients, or take advange of a ready-to-use Powergate Go and [JS client](https://github.com/textileio/js-powergate-client). 🙌
5555

5656
We have a CLI that supports most of Powergate features.
57+
58+
To build and install the CLI, run:
5759
```bash
5860
$ make build-pow
61+
```
62+
63+
Then run `pow` with the `--help` flag to see the available commands:
64+
65+
```
5966
$ pow --help
6067
A client for storage and retreival of powergate data
6168

0 commit comments

Comments
 (0)