Skip to content

Commit 5f68bbd

Browse files
committed
Merge pull request #1 from pombredanne/master
Minor README adjustments
2 parents 88d7a6e + 84fc0df commit 5f68bbd

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

README.rst

+11-9
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ System Requirements
108108
Hardware:
109109
ScanCode will run best with a modern X86 processor and at least 2GB or Ram and 250MB of disk.
110110

111-
Operating System:
112-
ScanCode should run:
113-
* on most recent 64-bit Linux distributions (32-bit distros are not supported for now),
114-
* on recent Mac OSX (10.6.8 and up),
115-
* and on Windows 7 and up (32- or 64-bit) using a 32-bit Python.
111+
Supported operating Systems. ScanCode should run:
112+
113+
* on most recent 64-bit Linux distributions (32-bit distros are not supported for now),
114+
* on recent Mac OSX (10.6.8 and up),
115+
* and on Windows 7 and up (32- or 64-bit) using a 32-bit Python.
116116

117117
On Linux:
118118

@@ -134,6 +134,7 @@ On Windows:
134134
Install Python on the c: drive and use all default installer options.
135135

136136
On Mac:
137+
137138
Download Python from this url:
138139

139140
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:
251252

252253
* the key name can contain only these symbols:
253254

254-
* lowercase letters from a to z,
255-
* numbers from 0 to 9,and
256-
* dash `-` and `.` period signs. No spaces.
255+
- lowercase letters from a to z,
256+
- numbers from 0 to 9,and
257+
- dash `-` and `.` period signs. No spaces.
257258

258259
Save these two files in the src/licensedcode/data/licenses/ directory.
259260

@@ -265,6 +266,7 @@ See the src/licensedcode/data/licenses/ directory for examples.
265266
How to add a new license detection rule?
266267
========================================
267268
A license detection rule is a pair of files:
269+
268270
* a plain text rule file that is typically a variant of a license text, notice or license mention.
269271
* a small text data file (in YAML format) documenting which license(s) should be detected for
270272
the rule text.
@@ -357,4 +359,4 @@ More info:
357359
their sources in this repo: https://github.com/nexB/scancode-thirdparty-src/
358360
* Porting ScanCode to other OS (FreeBSD, etc.) is possible. Enter an issue for help.
359361
* Bugs and pull requests are welcomed.
360-
* See CONTRIBUTING.rst for more info.
362+
* See CONTRIBUTING.rst for more info.

0 commit comments

Comments
 (0)