From e2354806cccfa44de4cabe586510bba7246b244e Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Sun, 30 Jul 2023 08:46:07 +0200 Subject: [PATCH] docs: add tip command inside the docs Signed-off-by: Vincenzo Palazzo --- docs/docs-book/src/using-coffee.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/docs/docs-book/src/using-coffee.md b/docs/docs-book/src/using-coffee.md index 3bc27d7f..4904e0d4 100644 --- a/docs/docs-book/src/using-coffee.md +++ b/docs/docs-book/src/using-coffee.md @@ -113,8 +113,6 @@ Coffee tightly integrates with git, allowing you to easily upgrade your plugins coffee upgrade ``` - - ### Listing all the plugins > ✅ Implemented @@ -131,14 +129,23 @@ coffee list coffee show ``` -## Searching for a plugin in remote repositories +### Searching for a plugin in remote repositories > ✅ Implemented ```bash coffee search ``` -_________ + +### Tipping a plugin in Bitcoin + +> ✅ Implemented + +``` +coffee tip +``` + +------ ## Running coffee as a server To run Coffee as a server, you can use the `coffee_httpd` binary.