Skip to content

Commit

Permalink
Mention headers-only branch in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeyer committed Dec 5, 2017
1 parent 8e6a2bd commit 98c8d81
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ An assertion library for C++

Snowhouse is a stand-alone assertion framework for C++.

It is a header-only library.
You can simply use the `headers-only` branch as a submodule:

```sh
git submodule add -b headers-only https://github.com/banditcpp/snowhouse snowhouse
git submodule update --init --recursive
```

## Usage

```C++
Expand Down

0 comments on commit 98c8d81

Please sign in to comment.