Skip to content

Commit

Permalink
docs: add tip command inside the docs
Browse files Browse the repository at this point in the history
Signed-off-by: Vincenzo Palazzo <[email protected]>
  • Loading branch information
vincenzopalazzo committed Jul 30, 2023
1 parent 19d483b commit e235480
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions docs/docs-book/src/using-coffee.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ Coffee tightly integrates with git, allowing you to easily upgrade your plugins
coffee upgrade <repo_name>
```



### Listing all the plugins

> ✅ Implemented
Expand All @@ -131,14 +129,23 @@ coffee list
coffee show <plugin_name>
```

## Searching for a plugin in remote repositories
### Searching for a plugin in remote repositories

> ✅ Implemented
```bash
coffee search <plugin_name>
```
_________

### Tipping a plugin in Bitcoin

> ✅ Implemented
```
coffee tip <plugin_name> <millisatoshi>
```

------
## Running coffee as a server

To run Coffee as a server, you can use the `coffee_httpd` binary.
Expand Down

0 comments on commit e235480

Please sign in to comment.