From 0da9927f37351a6523a6c444e8dc59cb01003f84 Mon Sep 17 00:00:00 2001 From: Bruno Arueira Date: Sun, 31 Jan 2021 20:02:32 -0300 Subject: [PATCH] Removes duplicate doc about stashing --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 582a83e..ecfbf0f 100644 --- a/README.md +++ b/README.md @@ -89,16 +89,6 @@ Glow works with the Charm Cloud to allow you to store any markdown files in your own private collection. You can stash a local document from the Glow TUI by pressing `s`. -You can also stash from the CLI: - -```bash -glow stash README.md -``` - -Then, when you run `glow` without arguments will you can browse through your -stashed documents. This is a great way to keep track of things that you need to -reference often. - Stashing is private, its contents will not be exposed publicly, and it's encrypted end-to-end. More on encryption below.