[lxc-devel] [python2-lxc/master] README: update

brauner on Github lxc-bot at linuxcontainers.org
Wed Feb 14 17:33:26 UTC 2018


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 370 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20180214/a3229a66/attachment.bin>
-------------- next part --------------
From 628a898132a9a95bd6677410004b614e8b7ea31f Mon Sep 17 00:00:00 2001
From: Christian Brauner <christian.brauner at ubuntu.com>
Date: Wed, 14 Feb 2018 18:30:12 +0100
Subject: [PATCH] README: update

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
---
 README    |  5 -----
 README.md | 19 +++++++++++++++++++
 2 files changed, 19 insertions(+), 5 deletions(-)
 delete mode 100644 README
 create mode 100644 README.md

diff --git a/README b/README
deleted file mode 100644
index 7e0b49e..0000000
--- a/README
+++ /dev/null
@@ -1,5 +0,0 @@
-These are lxc bindings for python2.
-
-Build:      python setup.py build
-Install:    python setup.py install
-Build rpm:  python setup.py bdist_rpm
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dafa3db
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+# python2-lxc
+
+This repository provides python2 bindings for the [LXC](https://github.com/lxc/lxc)
+container API.
+
+# Build
+
+- Build:
+  ```
+  python setup.py build
+  ```
+- Install:
+  ```
+  python setup.py install
+  ```
+- Build rpm:
+  ```
+  python setup.py bdist_rpm
+  ```


More information about the lxc-devel mailing list