Update README
This commit is contained in:
parent
7c2665e2ec
commit
bc02eaac77
10
README.md
10
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
|
||||||
|
|
||||||
Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp.
|
Configure the domain to be used to access the file share and the directory where it will be hosted using Tramp.
|
||||||
|
Loading…
Reference in New Issue
Block a user