File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed
Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments