Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Epikest authored Jun 29, 2022
1 parent 319ec23 commit 144f61c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Zig](https://img.shields.io/badge/Zig-F7A41D?logo=zig&logoColor=fff&style=flat-square)](https://ziglang.org) [![GitHub all releases](https://img.shields.io/github/downloads/Epikest/rish/total?label=Downloads&logo=github&color=%233fb950&style=flat-square)](https://github.com/Epikest/rish/releases) [![GitHub Repo stars](https://img.shields.io/github/stars/Epikest/rish?style=social)](https://github.com/Epikest/rish/stargazers)

rish, formerly known as RunInShell, is a fast zig rewrite of [RunInBash](https://github.com/neosmart/RunInBash), with a login shell\
consider renaming to `$.exe` and moving to a directory in $env:PATH
consider renaming to `$.exe` and moving to a directory in `$env:PATH`

pipes work, `` ` `` to escape windows variables and special characters

Expand All @@ -20,7 +20,7 @@ it is preferred to build rish for yourself so that you get all the speed optimiz

```ps1
zig build -Dshell=zsh -Drelease-fast -p .\zig-out\native
cp .\zig-out\native\bin\$.exe C:\Windows\System32 # or any other directory in $env:PATH
cp .\zig-out\native\bin\$.exe C:\Windows\System32 # or any other directory in `$env:PATH`
```

### release
Expand Down

0 comments on commit 144f61c

Please sign in to comment.