From 84fc0dfcf16307066f76a13cb8ba6117798cbd82 Mon Sep 17 00:00:00 2001 From: Philippe Ombredanne Date: Wed, 1 Jul 2015 17:13:37 +0200 Subject: [PATCH] Minor README adjustments * corrected indentations --- README.rst | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 58562e58a3e..00356885f46 100644 --- a/README.rst +++ b/README.rst @@ -108,11 +108,11 @@ System Requirements Hardware: ScanCode will run best with a modern X86 processor and at least 2GB or Ram and 250MB of disk. -Operating System: - ScanCode should run: - * on most recent 64-bit Linux distributions (32-bit distros are not supported for now), - * on recent Mac OSX (10.6.8 and up), - * and on Windows 7 and up (32- or 64-bit) using a 32-bit Python. +Supported operating Systems. ScanCode should run: + +* on most recent 64-bit Linux distributions (32-bit distros are not supported for now), +* on recent Mac OSX (10.6.8 and up), +* and on Windows 7 and up (32- or 64-bit) using a 32-bit Python. On Linux: @@ -134,6 +134,7 @@ On Windows: Install Python on the c: drive and use all default installer options. On Mac: + Download Python from this url: https://www.python.org/ftp/python/2.7.10/python-2.7.10-macosx10.6.pkg @@ -251,9 +252,9 @@ You need to create a pair of files: * the key name can contain only these symbols: - * lowercase letters from a to z, - * numbers from 0 to 9,and - * dash `-` and `.` period signs. No spaces. + - lowercase letters from a to z, + - numbers from 0 to 9,and + - dash `-` and `.` period signs. No spaces. Save these two files in the src/licensedcode/data/licenses/ directory. @@ -265,6 +266,7 @@ See the src/licensedcode/data/licenses/ directory for examples. How to add a new license detection rule? ======================================== A license detection rule is a pair of files: + * a plain text rule file that is typically a variant of a license text, notice or license mention. * a small text data file (in YAML format) documenting which license(s) should be detected for the rule text. @@ -357,4 +359,4 @@ More info: their sources in this repo: https://github.com/nexB/scancode-thirdparty-src/ * Porting ScanCode to other OS (FreeBSD, etc.) is possible. Enter an issue for help. * Bugs and pull requests are welcomed. -* See CONTRIBUTING.rst for more info. \ No newline at end of file +* See CONTRIBUTING.rst for more info.