Skip to content

Commit 65166bd

Browse files
committed
📝 docs: Update local install cmd
1 parent 832e37a commit 65166bd

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,22 +46,17 @@ git clone https://github.com/MidHunterX/Expression.git
4646
cd Expression
4747
```
4848

49-
Build the project
50-
51-
```sh
52-
cargo build --release
53-
```
54-
5549
Create config directory if it doesn't exist
5650

5751
```sh
5852
mkdir -p ~/.config/expression
5953
```
6054

61-
Copy the binary to your local/global bin directory. Be sure to have `~/.local/bin` in your PATH environment variable if you are doing the following command.
55+
Compile and Install
6256

6357
```sh
64-
cp target/release/expression ~/.local/bin/
58+
cargo build --release
59+
sudo cp target/release/expression /usr/local/bin/
6560
```
6661

6762
#### Step 2: Configure

0 commit comments

Comments
 (0)