# rcat ## a simple rust replacement for cat ## Installation Clone the repository and run `sudo make install`. It will install it to `/usr/local/bin`. To change that you can 1. edit the Makefile 2. run `PREFIX=/usr sudo make install`