From 88cfc690051f2f5254b317a489a5a4e63c0568ea Mon Sep 17 00:00:00 2001
From: Yuanle Song <sylecn@gmail.com>
Date: Fri, 1 Mar 2019 14:59:20 +0800
Subject: [PATCH] update doc in README.md

---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 8200aac..c2e581f 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # python
 
+[![Clojars Project](https://img.shields.io/clojars/v/python/lein-template.svg)](https://clojars.org/python/lein-template)
+
 A Leiningen template for standard python project.
 
 Features:
@@ -18,10 +20,21 @@ Features:
 
 ## Usage
 
+This project is tested and works in debian based system. CentOS is not tested and may not run well.
+
+[Install lein](https://leiningen.org/#install) if you don't have it already.
+
 To create a new python project in a new dir `foo`, run
 
     lein new python foo
 
+To run tests in the new project:
+
+    cd foo
+    make test
+
+Check README-dev.rst in the generated project for more information on usage.
+
 Dependencies for the generated python project:
 
     make - used as a build tool.
-- 
GitLab