Getting started
Rew has not yet really been released for all platforms, but you can install it on your system like so.
Windows
Well, you can either download this and put it in your path or just run this as administrator:
irm https://raw.githubusercontent.com/kevinj045/rew.pimmy/main/install-windows.ps1 | iex
MacOS
Well, macos huh, never really used it apart for random little tasks i had to do on other people's computers at desperate times. But i hope the dmg in the releases works for you. If anything happens and it doesn't work, or if u wanna help out, either contact me or post an issue at the github repo.
Linux
Okay, you'd expect me to have released it for every distro out there, and i will over time, but for now, here's what to do:
Most linux distros
On most linux distros, this should work:
curl -fsSL https://raw.githubusercontent.com/kevinj045/rew.pimmy/main/install-rew.sh | bash
here is the script if you want to read it before you run it (which i highly advice).
Nix systems
On nix systems there is a flake for it, so you can always setup the flake, but like- even if you input it rn, it's not setup to do anything really.