Skip to content

Commit

Permalink
docs: update install commands
Browse files Browse the repository at this point in the history
remove unnecessary flag, update comments
  • Loading branch information
ttytm committed Nov 16, 2023
1 parent 7061a57 commit f67a076
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ purpose programming language with modern web technologies to design a graphical
- Install the module

```sh
# From source
v install --git https://github.com/ttytm/webview
# Or as vpm package
# Into `<vmodules_dir>/webview`
v install https://github.com/ttytm/webview
# OR as vpm module under a namespace `<vmodules_dir>/ttytm/webview`
v install ttytm.webview
```

Expand Down

0 comments on commit f67a076

Please sign in to comment.