File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ CppUTest's core design principles are:
1919
2020* Linux*
2121
22- There is an Debian and Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
22+ There is a Debian and an Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
2323
2424{% highlight bash %}
2525$ apt-get install cpputest
@@ -52,7 +52,7 @@ Or clone it via ssh (which requires a github account)
5252$ git clone git@github.com : cpputest /cpputest.git
5353{% endhighlight %}
5454
55- After you cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
55+ After you have cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
5656
5757Building with autoconf requires you to (this requires you to have installed GNU autotools, apt-get/brew install automake autoconf libtool):
5858
@@ -81,7 +81,7 @@ $ cmake ..
8181$ make
8282{% endhighlight %}
8383
84- For Windows users, the above work with cygwin. There are also several MS VC++ projects available.
84+ For Windows users, the above will work with cygwin. There are also several MS VC++ projects available.
8585
8686## Where to find more information
8787
You can’t perform that action at this time.
0 commit comments