Skip to content

Commit

Permalink
Merge pull request #340 from lonix1/patch-1
Browse files Browse the repository at this point in the history
docs: linux alias
  • Loading branch information
waf authored Mar 23, 2024
2 parents 438f261 + fb05014 commit 25dbd2e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,14 @@ wt -w 0 nt csharprepl

This will allow you to launch C# REPL by running `csr` from anywhere that accepts Windows commands, like the Window Run dialog.

### Linux terminal)

You may wish to add a shorter alias for C# REPL, which can be done by adding the following to your `~/.bashrc`:

```shell
alias cs=csharprepl
```

## Comparison with other REPLs

This project is far from being the first REPL for C#. Here are some other projects; if this project doesn't suit you, another one might!
Expand Down

0 comments on commit 25dbd2e

Please sign in to comment.