# rpaste ![Rocky Linux rpaste utility (main)](https://img.shields.io/github/last-commit/rocky-linux/rpaste/main) ![Rocky Linux rpaste utility repo issues](https://img.shields.io/github/issues/rocky-linux/rpaste) rpaste utility written in go. Originally started as a side project to learn golang which ended up becoming the primary utility provided in Rocky Linux for paste bin needs. This repository is hosted at the [RESF Git Service](https://git.resf.org) with a mirror to [Github](https://github.com/rocky-linux/rpaste). More information about this repository coming soon. ## Installation If you are running Rocky Linux, it is available in the extras repository. ``` # dnf install rpaste ``` ## Building If you are wanting to build this utility yourself, minimum golang 1.18 is required. Rocky Linux 8.7 and 9.1 should have this. ## Contributing * Fork the repository * Make sure your changes * Test your changes! * Submit a PR for review and acceptance