Skip to content

Commit f6a33e1

Browse files
Update README.md
1 parent 2273f87 commit f6a33e1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ Run the build script.
1818
./build.sh
1919
```
2020

21-
Then copy the executable file to `/usr/local/bin`
21+
Then copy the executable file to `/usr/local/bin`.
2222
```bash
2323
sudo cp ./dist/ui-cli_linux_amd64 /usr/local/bin/ui
2424
```
2525

26+
Grant execute permission for `/usr/local/bin/ui`.
27+
```bash
28+
sudo chmod +x /usr/local/bin/ui
29+
```
30+
2631
# Usage
2732

2833
### Step 1

0 commit comments

Comments
 (0)