Skip to content

Commit c5481cc

Browse files
Merge pull request #8 from DaredevilOSS/small-fix-to-readme
[release] fix to readme
2 parents dd2ee57 + 8c951ba commit c5481cc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- "examples/**"
1616
- "tests/**"
1717
- "Drivers/**"
18+
- "!ruby-wasm-poc/**"
1819

1920
jobs:
2021
generate-and-push-docs:

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ The below examples in here are automatically tested:
5252
make sure that the following applications are installed and exposed in your path
5353

5454
Follow the instructions in each of these:
55+
* Ruby - [Ruby Installation](https://www.ruby-lang.org/en/downloads/)
5556
* Dotnet CLI - [Dotnet Installation](https://github.com/dotnet/sdk) - use version `.NET 8.0 (latest)`
5657
* buf build - [Buf Build](https://buf.build/docs/installation)
5758
* WASM related - [WASM libs](https://www.strathweb.com/2023/09/dotnet-wasi-applications-in-net-8-0/)

0 commit comments

Comments
 (0)