Skip to content

Fixed some trivial grammar issues #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CppUTest's core design principles are:

*Linux*

There is an Debian and Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:
There is a Debian and an Ubuntu package available for CppUTest. This is by far the easiest way to install it, via:

{% highlight bash %}
$ apt-get install cpputest
Expand Down Expand Up @@ -52,7 +52,7 @@ Or clone it via ssh (which requires a github account)
$ git clone git@github.com:cpputest/cpputest.git
{% endhighlight %}

After you cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).
After you have cloned CppUTest, you can build it with your favorite build tool (CMake or autoconf).

Building with autoconf requires you to (this requires you to have installed GNU autotools, apt-get/brew install automake autoconf libtool):

Expand Down Expand Up @@ -81,7 +81,7 @@ $ cmake ..
$ make
{% endhighlight %}

For Windows users, the above work with cygwin. There are also several MS VC++ projects available.
For Windows users, the above will work with cygwin. There are also several MS VC++ projects available.

## Where to find more information

Expand Down