Skip to content

Commit d388e83

Browse files
authored
Merge pull request #341 from lonix1/patch-2
docs: add nuget link
2 parents 25dbd2e + 8538d80 commit d388e83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<div align="center" style="text-align:center"><a href="https://www.nuget.org/packages/CSharpRepl"><img alt="NuGet Version" src="https://img.shields.io/nuget/v/CSharpRepl"></a></div>
2+
13
# C# REPL
24

35
A cross-platform command line <a href="https://en.wikipedia.org/wiki/Read%E2%80%93eval%E2%80%93print_loop" target="_blank"><abbr title="Read Eval Print Loop">REPL</abbr></a> for the rapid experimentation and exploration of C#. It supports intellisense, installing NuGet packages, and referencing local .NET projects and assemblies.
@@ -24,7 +26,7 @@ C# REPL provides the following features:
2426

2527
## Installation
2628

27-
C# REPL is a .NET 8 global tool, and runs on Windows, Mac OS, and Linux. It can be installed via:
29+
C# REPL is a .NET 8 global tool, and runs on Windows, Mac OS, and Linux. It can be installed [from NuGet](https://www.nuget.org/packages/CSharpRepl) via:
2830

2931
```console
3032
dotnet tool install -g csharprepl

0 commit comments

Comments
 (0)