Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
codervijo authored Jan 31, 2025
1 parent 2b0fcd9 commit 7be00b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,29 +13,30 @@ A lightweight, terminal-based application written in Rust for efficiently viewin

## Installation

### Install Directly
### Install Directly (Without Building from Source)
```
curl -sL https://github.com/codervijo/journalview/raw/main/install.sh | bash
```

### Prerequisites
### Build From Source
#### Prerequisites

- **Rust**: Ensure Rust is installed. You can install Rust using [rustup](https://rustup.rs/).

### Clone the Repository
#### Clone the Repository

```bash
git clone https://github.com/codervijo/journalview.git
cd journalview
```

### Build the Application
#### Build the Application

```bash
cargo build --release
```

### Run the Application
#### Run the Application

```bash
./target/release/journalview
Expand Down

0 comments on commit 7be00b6

Please sign in to comment.