You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@singa.apache.org by zh...@apache.org on 2017/01/09 04:10:17 UTC

[2/7] incubator-singa git commit: Add instructions for creating Debian packages in installation page.

Add instructions for creating Debian packages in installation page.


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/65dad409
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/65dad409
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/65dad409

Branch: refs/heads/master
Commit: 65dad409e1dd5ed5b9479be3ebffeb88fe93d9c2
Parents: 781f740
Author: wangwei <wa...@comp.nus.edu.sg>
Authored: Sat Jan 7 23:03:39 2017 +0800
Committer: wangwei <wa...@comp.nus.edu.sg>
Committed: Sun Jan 8 10:42:13 2017 +0800

----------------------------------------------------------------------
 doc/README.md               | 2 +-
 doc/en/docs/installation.md | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/65dad409/doc/README.md
----------------------------------------------------------------------
diff --git a/doc/README.md b/doc/README.md
index 7630566..7253b23 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -1,4 +1,4 @@
-# How to Contribute Documentation
+# How to Contribute to Documentation
 
 
 ## Website

http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/65dad409/doc/en/docs/installation.md
----------------------------------------------------------------------
diff --git a/doc/en/docs/installation.md b/doc/en/docs/installation.md
index 68a6656..50c3884 100755
--- a/doc/en/docs/installation.md
+++ b/doc/en/docs/installation.md
@@ -109,6 +109,7 @@ Please download the deb file and install it via
 
     apt-get install <path to the deb file>
 
+To create the Debian packages, please refer to the README.md file under `SINGA_ROOT/tool/debian`.
 
 ## Compile SINGA from source on Linux and Mac OS