From 5f4f72831f7d93a77ff835ec5da6d5c7be438967 Mon Sep 17 00:00:00 2001 From: AngelJumbo <31261193+AngelJumbo@users.noreply.github.com> Date: Sun, 16 Oct 2022 21:07:11 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8a44dad..e8db1cf 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # lavat Little program that simulates a lava lamp in the terminal. +## Installation +``` +git clone https://github.com/AngelJumbo/lavat +cd lavat +sudo make install +``` ## Usage ```