Skip to content

Commit 7be00b6

Browse files
authored
Update README.md
1 parent 2b0fcd9 commit 7be00b6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,30 @@ A lightweight, terminal-based application written in Rust for efficiently viewin
1313

1414
## Installation
1515

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

21-
### Prerequisites
21+
### Build From Source
22+
#### Prerequisites
2223

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

25-
### Clone the Repository
26+
#### Clone the Repository
2627

2728
```bash
2829
git clone https://github.com/codervijo/journalview.git
2930
cd journalview
3031
```
3132

32-
### Build the Application
33+
#### Build the Application
3334

3435
```bash
3536
cargo build --release
3637
```
3738

38-
### Run the Application
39+
#### Run the Application
3940

4041
```bash
4142
./target/release/journalview

0 commit comments

Comments
 (0)