Skip to content

Commit

Permalink
fix : binary name iroh-ctl (n0-computer#445)
Browse files Browse the repository at this point in the history
* fix : binary name iroh-ctl

rename iroh-ctl to iroh in quickstarter.md

* fix : documentation DEVELOPERS,md

change binary name iroh-ctl to iroh in DEVELOPERS.md documentation

Co-authored-by: albert VALENTIN <avalentin@scaleway.com>
Co-authored-by: Kasey <kasey@n0.computer>
  • Loading branch information
3 people committed Oct 30, 2022
1 parent 200c2b5 commit 8a876fe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ For example:
$ cargo run -p iroh-p2p
$ cargo run -p iroh-gateway
$ cargo run -p iroh-store
$ cargo run -p iroh-ctl -- status --watch
$ cargo run -p iroh -- status --watch
```

## <a name="rules"></a> Coding Rules
Expand Down Expand Up @@ -141,7 +141,7 @@ Must be one of the following:

### Scope

The scope could be anything specifying place of the commit change. For example, if I am refactoring something in the `iroh-ctl` package, I may start my commit with "refactor(iroh-ctl)".
The scope could be anything specifying place of the commit change. For example, if I am refactoring something in the `iroh` package, I may start my commit with "refactor(iroh)".

You can use `*` when the change affects more than a single scope.

Expand Down
6 changes: 3 additions & 3 deletions quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ iroh-gateway started
view logs at ~/.iroh/log/iroh-gateway.log
iroh started
iroh-gateway available at http: //localhost:9050
you can run iroh-ctl from ~/.iroh/bin/iroh-ctl
you can run iroh (CLI) from ~/.iroh/bin/iroh
```


Expand All @@ -43,9 +43,9 @@ you can run iroh-ctl from ~/.iroh/bin/iroh-ctl

Open a web browser and visit [`http://127.0.0.1:9050/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR?filename=test.jpg`](http://127.0.0.1:9050/ipfs/QmbWqxBEKC3P8tqsKc98xmWNzrzDtRLMiMPL8wBuTGsMnR?filename=test.jpg) . If working, you should see a funny looking “cat”. If so, congrats! You’ve used iroh to load something from the public IPFS network. If you reload this page that same content will be served from a local cache instead of hitting the network again. Feel free to experiment with other IPFS content!

## 3. Hello `iroh-ctl`
## 3. Hello `iroh`

Run `~/.iroh/bin/iroh-ctl status` to get a summary of the health of your iroh cloud services. You should see something like:
Run `~/.iroh/bin/iroh status` to get a summary of the health of your iroh cloud services. You should see something like:

```
~/.iroh/bin/iroh-ctl status
Expand Down

0 comments on commit 8a876fe

Please sign in to comment.