Skip to content

Commit

Permalink
Merge pull request #177 from expressvpn/old-ceedling-docs-mention
Browse files Browse the repository at this point in the history
Update docs to specify which version of ceedling we are using
  • Loading branch information
kp-thomas-yau authored Nov 21, 2024
2 parents 589e270 + 0239ec0 commit d1a794b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,5 @@ artifacts/

# vscode files
.vscode/

.ruby-version
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ earthly +all

== Build and Run (Ceedling)

. Install ceedling gem somewhere on your path
. Install ceedling gem somewhere on your path. We only support ceedling v0.31.1 as v1.0.0 has some breaking changes.
+
[source,bash]
gem install ceedling
gem install ceedling -v 0.31.1

. Windows only: Start git-bash (or similar) via a `Developer Command Prompt for VS 2019` for all subsequent commands

Expand Down

0 comments on commit d1a794b

Please sign in to comment.