Skip to content

Commit 00685b4

Browse files
potatoknagy
andcommitted
SECURITY-9850: update README.md
Co-authored-by: Krisztian Nagy <[email protected]>
1 parent 2405d79 commit 00685b4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
EscherRuby - HTTP request signing lib [![Build Status](https://travis-ci.org/emartech/escher-ruby.svg?branch=master)](https://travis-ci.org/emartech/escher-ruby)
1+
EscherRuby - HTTP request signing lib [![Build Status](https://img.shields.io/github/actions/workflow/status/emartech/escher-ruby/ruby.yml?branch=master)](https://github.com/emartech/escher-ruby/actions/workflows/ruby.yml)
22
=====================================
33

44
Escher helps you creating secure HTTP requests (for APIs) by signing HTTP(s) requests. It's both a server side and client side implementation. The status is work in progress.
@@ -11,6 +11,12 @@ Check out a [working example] (https://github.com/emartech/escher-ruby-example).
1111

1212
### Local development
1313

14+
To ensure you have all submodules (including test suites), please clone the repository with the `--recursive` flag:
15+
16+
```bash
17+
git clone --recursive https://github.com/emartech/escher-ruby.git
18+
```
19+
1420
#### Running tests
1521

1622
```bash

0 commit comments

Comments
 (0)