This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 111a5cf Added linux to release_validation_linux_macos.md (#204)
111a5cf is described below
commit 111a5cfcafcabd6a288f8ef4592ee82c07fbb2f9
Author: entvex <[email protected]>
AuthorDate: Sat Feb 3 19:57:42 2024 +0100
Added linux to release_validation_linux_macos.md (#204)
---
...ease_validation_macos.md => release_validation_linux_macos.md} | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/release_validation_macos.md
b/docs/release_validation_linux_macos.md
similarity index 90%
rename from docs/release_validation_macos.md
rename to docs/release_validation_linux_macos.md
index e5047dc..f0d7bdd 100644
--- a/docs/release_validation_macos.md
+++ b/docs/release_validation_linux_macos.md
@@ -1,13 +1,19 @@
-# Validating DotPulsar release on MacOS
+# Validating DotPulsar release on Linux And MacOS
## Prerequisites
### Install dotnet-sdk
+#### MacOS
+
```
brew install --cask dotnet-sdk
```
+#### Linux
+
+You can find install [instructions
here](https://learn.microsoft.com/en-us/dotnet/core/install/linux?WT.mc_id=dotnet-35129-website)
+
### Show dotnet-sdk version
```