浏览代码

Changed README from rst to md.

AdrianSimionov 10 年之前
父节点
当前提交
f4e6a99ceb
共有 1 个文件被更改,包括 9 次插入15 次删除
  1. 9 15
      README.rst

+ 9 - 15
README.rst

@@ -1,8 +1,7 @@
 Docsis utility
 Docsis utility
 ==============
 ==============
 
 
-.. image:: https://travis-ci.org/AdrianSimionov/docsis.svg?branch=master
-    :target: https://travis-ci.org/AdrianSimionov/docsis
+[![Travis-CI builds](https://travis-ci.org/AdrianSimionov/docsis.svg?branch=master)](https://travis-ci.org/AdrianSimionov/docsis)
 
 
 This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
 This program encodes a DOCSIS binary configuration file from a human-readable text configuration file.
 
 
@@ -13,25 +12,20 @@ This build is an experimental one and is based on a fork from the GitHub project
 Linux/Unix
 Linux/Unix
 ----------
 ----------
 
 
-This was tested on Ubuntu 14.04 amd64 (little endian) ~~and Debian 7.5 Sparc64 (big endian)~~ and it is known to work without issues. It is know to have issues on Sparc64 (big endian) CPU.
+This was tested on Ubuntu 14.04 amd64 (little endian) ~~and Debian 7.5 Sparc64 (big endian)~~ and it is known to work without issues. It is known to have issues on Sparc64 (big endian) CPU.
 
 
 Dependencies:
 Dependencies:
 
 
-.. code:: bash
-
-  apt-get install automake libtool libsnmp-dev bison make gcc flex git
+    apt-get install automake libtool libsnmp-dev bison make gcc flex git
 
 
 Installation steps for Debian based systems:
 Installation steps for Debian based systems:
 
 
-.. code:: bash
-
-   git clone https://github.com/AdrianSimionov/docsis.git
-   cd docsis
-   ./autogen.sh
-   ./configure
-   make
-   make install (optional)
-   
+    git clone https://github.com/AdrianSimionov/docsis.git
+    cd docsis
+    ./autogen.sh
+    ./configure
+    make
+    make install (optional)
 
 
 Windows and Mac OS X
 Windows and Mac OS X
 --------------------
 --------------------