Ever wondered what would happen if ralsei and cowsay merged together? no? well then you get ralsay borrowed the idea from a friend in discord lol
ralsay "Message Goes Here"
- First, clone the repository
git clone https://github.com/Bikoil/ralsay
- Then
cd
into it
cd ralsay
- After this, there will be 2 sectors, follow according to your OS
sudo pacman -U ralsay-1.0-1-any.pkg.tar.zst
- or
makepkg -si
- After this, you are free to remove the git folder
cd .. && rm -rf ralsay
- Simply run the
install.sh
file
sh install.sh
-
If you got
Unknown operating system, please build it by hand
error, then follow this guide -
Do note that there is no windows support as of right now
-
Firstly, depending on your package manager, install lua from it if available
-
Then change the name of the
ralsay.lua
file
mv src/ralsay.lua ./ralsay
- Make it executable
chmod +x ralsay
- Then finally copy the file to
/usr/local/bin
or a folder where you are able to execute files from
sudo cp ralsay /usr/local/bin/
// Original ASCII art is from this Reddit post