Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alihanyalcin committed Jan 27, 2022
1 parent b7207a4 commit aea6091
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ projects and Go projects that contain multiple modules.

![gomUP UI](gomup.png)

# [Install](https://github.com/alihanyalcin/gomup/releases)
# Install

Go to the [releases page](https://github.com/alihanyalcin/gomup/releases), and download the binaries for your operating
system (macOS, Linux, and Windows). <br/><br/>
Alternatively, <br/>
You can install it using `go install`:
```
go install github.com/alihanyalcin/gomup@latest
```

# Usage

```
gomup -p <project-file>
gomup -p <project-directory-path>
```

After you hit the enter, **gomUP** starts to walk through your project directory path to find go modules. It may take a
while to collect all modules and dependencies.

0 comments on commit aea6091

Please sign in to comment.