diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-16 15:57:58 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-16 15:57:58 -0500 |
commit | 7c618e4e9cdb1d094a8045626975a2e2cd796492 (patch) | |
tree | 47bb5efd5bf2b6a68ec74cb864d995b1b1583267 | |
parent | dbfb4f3af922b0750c87ab0e2b628ad2285ac3a7 (diff) | |
download | tramp-nspawn-7c618e4e9cdb1d094a8045626975a2e2cd796492.tar.gz tramp-nspawn-7c618e4e9cdb1d094a8045626975a2e2cd796492.zip |
Add README.org.
-rw-r--r-- | README.org | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..e15aeb8 --- /dev/null +++ b/README.org @@ -0,0 +1,20 @@ +* Introduction +=nspawn-tramp= adds support for =systemd-nspawn= containers with Emacs’ +TRAMP system. + +* Installation +This package is not yet available on the various package sites + +** Direct download +Download this repository to some location, then add the following to +your Emacs initialization: +#+begin_src emacs-lisp + (add-to-list 'load-path "/path/to/nspawn-tramp") + (require 'nspawn-tramp) +#+end_src + +* Usage +Use TRAMP as normal to access files on a container: +#+begin_example + C-x C-f /nspawn:user@container:/path/to/file +#+end_example |