Skip to content

Commit fd566e2

Browse files
authored
Update README: use cargo install instead of git clone
1 parent ed2e691 commit fd566e2

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,11 @@ curl -sL https://github.com/codervijo/journalview/raw/main/install.sh | bash
1919
```
2020

2121
### Build From Source
22-
#### Prerequisites
2322

24-
- **Rust**: Ensure Rust is installed. You can install Rust using [rustup](https://rustup.rs/).
25-
26-
#### Clone the Repository
27-
28-
```bash
29-
git clone https://github.com/codervijo/journalview.git
30-
cd journalview
31-
```
32-
33-
#### Build the Application
34-
35-
```bash
36-
cargo build --release
37-
```
38-
39-
#### Run the Application
23+
Ensure Rust is installed. You can install Rust using [rustup](https://rustup.rs/).
4024

4125
```bash
42-
./target/release/journalview
26+
cargo install --git https://github.com/codervijo/journalview.git journalview
4327
```
4428

4529
## Usage

0 commit comments

Comments
 (0)