From bc02eaac77b9fd6475b4f7b183ebc8621980a982 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Tue, 13 Jun 2023 10:20:08 +0200 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2f0bfec..ae2b236 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ +## Install + +Add in your `init.el`. + +```elisp +(use-package org-share-to-web + :straight (:host github :repo "tanrax/org-share-to-web.el" :files ("org-share-to-web.el")) + :ensure t) +``` + ## Configure Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp.