fix example in readme

This commit is contained in:
2026-05-22 00:17:01 +00:00
parent 5d914a7cac
commit 4121db3426
+5 -2
View File
@@ -14,8 +14,11 @@ similarly to how it is implemented for Docker, Podman, and other programs.
** Configuration ** Configuration
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package incus-tramp :ensure nil :after tramp :vc (use-package incus-tramp
git@github.com:mdnight/incus-tramp.git :config (incus-tramp-enable-method)) :ensure t
:after tramp :vc (incus-tramp :url https://github.com/mdnight/incus-tramp.git
:branch main)
:config (incus-tramp-enable-method))
#+end_src #+end_src
** Usage ** Usage