Skip to content

Commit 9b84561

Browse files
docs: add tip command inside the docs
Signed-off-by: Vincenzo Palazzo <[email protected]>
1 parent a1bbbb5 commit 9b84561

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

docs/docs-book/src/using-coffee.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ Coffee tightly integrates with git, allowing you to easily upgrade your plugins
113113
coffee upgrade <repo_name>
114114
```
115115

116-
117-
118116
### Listing all the plugins
119117

120118
> ✅ Implemented
@@ -131,14 +129,23 @@ coffee list
131129
coffee show <plugin_name>
132130
```
133131

134-
## Searching for a plugin in remote repositories
132+
### Searching for a plugin in remote repositories
135133

136134
> ✅ Implemented
137135
138136
```bash
139137
coffee search <plugin_name>
140138
```
141-
_________
139+
140+
### Tipping a plugin in Bitcoin
141+
142+
> ✅ Implemented
143+
144+
```
145+
coffee tip <plugin_name> <millisatoshi>
146+
```
147+
148+
------
142149
## Running coffee as a server
143150

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

0 commit comments

Comments
 (0)