Compare commits
2 Commits
v0.1.0
..
5f3ee4643d
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f3ee4643d
|
|||
|
83862b8d03
|
+5
-4
@@ -15,10 +15,11 @@ similarly to how it is implemented for Docker, Podman, and other programs.
|
|||||||
|
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package incus-tramp
|
(use-package incus-tramp
|
||||||
:ensure t
|
:after tramp
|
||||||
:after tramp :vc (incus-tramp :url https://github.com/mdnight/incus-tramp.git
|
:vc (incus-tramp :url "https://github.com/mdnight/incus-tramp.git"
|
||||||
:branch main)
|
:rev "v0.1.0")
|
||||||
:config (incus-tramp-enable-method))
|
:config
|
||||||
|
(incus-tramp-enable-method))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Usage
|
** Usage
|
||||||
|
|||||||
Reference in New Issue
Block a user