Skip to content

Commit 6470c6b

Browse files
committed
Line breaks in README
1 parent dc7ce65 commit 6470c6b

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ See doc/readme.txt and doc/copyright.txt.
55
COMPILE
66
-------
77

8-
Download the code
8+
Download the code.
99
run 'make'
1010
<wait>
11-
The bin directory contains binaries that can be run directly from the command line.
11+
The bin directory contains binaries that can be run directly from the
12+
command line.
1213

1314
-------------
1415
DISTRIBUTIONS
@@ -28,13 +29,17 @@ The distribution will be found in the file
2829

2930
dist/x3f_tools-<VER>-<PLATFORM>
3031

31-
The <VER> part is either the git hash, or if there is a tag on current commit, that tag.
32+
The <VER> part is either the git hash, or if there is a tag on current
33+
commit, that tag.
3234

3335
-------
3436
VAGRANT
3537
-------
3638

37-
If you don't want to install all the dependencies, you can also install and run in a vagrant. Doing so requires downloading Vagrant from http://www.vagrantup.com. Once you've done so, the commands to run the code are:
39+
If you don't want to install all the dependencies, you can also
40+
install and run in a vagrant. Doing so requires downloading Vagrant
41+
from http://www.vagrantup.com. Once you've done so, the commands to
42+
run the code are:
3843

3944
vagrant up
4045
<wait>
@@ -48,6 +53,12 @@ If you want to run tests, type:
4853

4954
make check
5055

51-
The tests require that a python virtual environment be installable on the current system. That precursor can be met either by installing `pip` and `virtualenv` on your local box, or by running through the vagrant. Once that requirement has been met, the makefile will ensure that the other packages are installed properly.
56+
The tests require that a python virtual environment be installable on
57+
the current system. That precursor can be met either by installing
58+
`pip` and `virtualenv` on your local box, or by running through the
59+
vagrant. Once that requirement has been met, the makefile will ensure
60+
that the other packages are installed properly.
5261

53-
The other requirement for the tests is to pull down sample images from the x3f_test_files repository. This is a one-time download of about 90 mb of Sigma images that are used to run tests.
62+
The other requirement for the tests is to pull down sample images from
63+
the x3f_test_files repository. This is a one-time download of about
64+
90 mb of Sigma images that are used to run tests.

0 commit comments

Comments
 (0)