From 4f664c642db7e2e3130593e3e4fc11dd77c744f4 Mon Sep 17 00:00:00 2001 From: Roman Isaev Date: Fri, 22 May 2026 00:17:01 +0000 Subject: [PATCH] fix example in readme --- README.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 8d9c2a8..03c747a 100644 --- a/README.org +++ b/README.org @@ -14,8 +14,11 @@ similarly to how it is implemented for Docker, Podman, and other programs. ** Configuration #+begin_src emacs-lisp - (use-package incus-tramp :ensure nil :after tramp :vc - git@github.com:mdnight/incus-tramp.git :config (incus-tramp-enable-method)) + (use-package incus-tramp + :ensure t + :after tramp :vc (incus-tramp :url https://github.com/mdnight/incus-tramp.git + :branch main) + :config (incus-tramp-enable-method)) #+end_src ** Usage