You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,14 @@ C++Spec is a behavior-driven development library with an RSpec-inspired DSL.
6
6
7
7
## Overview ##
8
8
9
+
C++Spec is a behavior-driven development library for C++ with an RSpec-inspired DSL. Designed with ease of use and rapid prototyping in mind, C++Spec offers an alternative to traditional testing libraries and frameworks.
10
+
11
+
Also see the [official GitHub pages site](http://toroidal-code.github.io/cppspec/) for more
12
+
information.
9
13
10
14
## Installing ##
11
15
16
+
Either run `git clone https://github.com/toroidal-code/cppspec.git` or download the collated header
17
+
file (if it is available). You can also download a ZIP version of the repo.
12
18
19
+
If you want to manually generate the collated `cppspec.hpp`, you can download the ccollate tool [here](https://raw.githubusercontent.com/toroidal-code/ccollate/master/ccollate.rb) and then run `./ccollate.rb` in the toplevel directory of the C++Spec repo.
0 commit comments