diff --git a/README.md b/README.md index 6380627..e598f10 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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