Skip to content

Commit

Permalink
doc: how to install for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
pararang committed Aug 21, 2022
1 parent 5fc3934 commit 8de0f4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# phv
Lightweight PHP version switcher
a lightweight PHP version switcher

## Installation
### Ubuntu
1. Download the latest phv binary from [GitHub](https://github.com/pararang/phv/releases)
2. Move the phv binary to /usr/bin. `sudo mv phv /usr/bin/phv`



6 changes: 3 additions & 3 deletions commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
)

var rootCmd = &cobra.Command{
Use: "url-monitor",
Short: "url-monitor",
Long: `url-monitor`,
Use: "phv",
Short: "phv",
Long: `phv is a tool to manage installed PHP version.`,
}

func init() {
Expand Down

0 comments on commit 8de0f4a

Please sign in to comment.