emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tramp-nspawn 7c618e4e9c 02/22: Add README.org.


From: ELPA Syncer
Subject: [elpa] externals/tramp-nspawn 7c618e4e9c 02/22: Add README.org.
Date: Sat, 19 Feb 2022 18:57:55 -0500 (EST)

branch: externals/tramp-nspawn
commit 7c618e4e9cdb1d094a8045626975a2e2cd796492
Author: Brian Cully <bjc@kublai.com>
Commit: Brian Cully <bjc@kublai.com>

    Add  README.org.
---
 README.org | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/README.org b/README.org
new file mode 100644
index 0000000000..e15aeb8be8
--- /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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]