From 2b0fcd91d07493f2b75b950d139fe00a17a9725c Mon Sep 17 00:00:00 2001 From: Vijo Cherian Date: Thu, 30 Jan 2025 22:42:05 -0800 Subject: [PATCH] Add note about installing --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 44861fb..2c197ae 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ A lightweight, terminal-based application written in Rust for efficiently viewin ## Installation +### Install Directly +``` +curl -sL https://github.com/codervijo/journalview/raw/main/install.sh | bash +``` + ### Prerequisites - **Rust**: Ensure Rust is installed. You can install Rust using [rustup](https://rustup.rs/).