Skip to content

Commit

Permalink
nit: Minor changes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
lcook committed Sep 1, 2023
1 parent 1c8fb1e commit 6afe87b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ when updating packages albeit greatly reduced._
## Features

- Fetch and display the latest package versions from [portscout](https://portscout.freebsd.org/).
- Apply new updates to your local ports tree based.
- Apply new updates to your local ports tree.
- Streamlined commit process for updated packages.
- Conveniently build and test any changes made.
- Conveniently build and test changes made.

## Get started

1. Ensure you have Go installed on your system (minimum of 1.21).
1. Ensure you have Go installed on your system (>=1.21).
2. Clone the repository.
3. Build and install.
```sh
Expand Down Expand Up @@ -53,7 +53,8 @@ may pass them to the utility. See `portsync -h` for the appropriate flags.

## Usage

The general workflow is pretty straightforward.
The general workflow is pretty straightforward. Below are a few examples of what
you can do.

Display any potential package updates for a given maintainer
```sh
Expand Down

0 comments on commit 6afe87b

Please sign in to comment.