Skip to content

Commit

Permalink
Merge pull request #341 from lonix1/patch-2
Browse files Browse the repository at this point in the history
docs: add nuget link
  • Loading branch information
waf authored Mar 23, 2024
2 parents 25dbd2e + 8538d80 commit d388e83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<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>

# C# REPL

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.
Expand All @@ -24,7 +26,7 @@ C# REPL provides the following features:

## Installation

C# REPL is a .NET 8 global tool, and runs on Windows, Mac OS, and Linux. It can be installed via:
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:

```console
dotnet tool install -g csharprepl
Expand Down

0 comments on commit d388e83

Please sign in to comment.