Skip to content

Commit e24ce42

Browse files
committed
Fixed indentation and linebreaks for proper render in README.rst
1 parent ebb6edd commit e24ce42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,16 @@ On Windows, the whole installation would be like this:
8383
* run configure
8484

8585

86-
8786
Later on, if opening a new shell or command prompt on an already installed
8887
AboutCode you need to **activate** this installation.
8988

9089
On Linux or Mac, run this::
90+
9191
source bin/activate
9292

9393
On Windows, run this::
94-
bin\\activate
9594

95+
bin\\activate
9696

9797

9898
Usage
@@ -203,8 +203,6 @@ In this example, the tool will use the list in the "thirdparty_code.csv" file
203203
and generate .ABOUT files in a directory tmp/thirdparty_about/
204204

205205

206-
207-
208206
**Using the genattrib.py script**
209207

210208
The genattrib.py script is used to generate a credit and license attribution
@@ -271,10 +269,12 @@ branching model.
271269
**Tests**
272270

273271
You can run the test suite with::
272+
274273
python setup.py test
275274

276275

277276
**Contributing**
277+
278278
We accept bugs, patches and pull requests for code and documentation provided
279279
under the same license (Apache-2.0) as this tool.
280280
When contributing, you are agreeing to the http://developercertificate.org/

0 commit comments

Comments
 (0)