From 3b31544b21ee313ca03a34ef398b2d89896a9846 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Sat, 19 Feb 2022 16:08:34 -0500 Subject: =?UTF-8?q?Rename=20package=20to=20=E2=80=98tramp-nspawn=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 0df5ea1..ede42d4 100644 --- a/README.org +++ b/README.org @@ -1,24 +1,24 @@ * Introduction -=nspawn-tramp= adds support for =systemd-nspawn= containers with Emacs’ +=tramp-nspawn= adds support for =systemd-nspawn= containers with Emacs’ TRAMP system. * Installation ** ELPA This package is available on [[https://elpa.gnu.org/packages/nspawn-tramp.html][GNU ELPA]] and can be installed with -=M-x package-install RET nspawn-tramp RET= from within Emacs itself. +=M-x package-install RET tramp-nspawn RET= from within Emacs itself. ** Direct download Download this repository to some location, then add the following to your Emacs initialization: #+begin_src elisp - (add-to-list 'load-path "/path/to/nspawn-tramp") - (require 'nspawn-tramp) + (add-to-list 'load-path "/path/to/tramp-nspawn") + (require 'tramp-nspawn) #+end_src * Usage -Call ~nspawn-tramp-setup~ to add support: +Call ~tramp-nspawn-setup~ to add support: #+begin_src elisp - (add-hook 'after-init-hook 'nspawn-tramp-setup) + (add-hook 'after-init-hook 'tramp-nspawn-setup) #+end_src -- cgit v1.2.3