Skip to content

Commit

Permalink
chore: minor grammar updates (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProsperousHeart authored Apr 30, 2023
1 parent bd09462 commit 9b0e949
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 @@ -25,7 +25,7 @@ irm get.scoop.sh -Proxy 'http://<ip:port>' | iex

### Advanced Installation

If you want to have an advanced installation. You can download the installer and manually execute it with parameters.
If you want to have an advanced installation, you can download the installer and manually execute it with parameters.

```powershell
irm get.scoop.sh -outfile 'install.ps1'
Expand All @@ -37,8 +37,8 @@ To see all configurable parameters of the installer.
.\install.ps1 -?
```

For example, install scoop to a custom directory, configure scoop to install
global programs to a custom directory, and bypass system proxy while installation.
For example, you could install scoop to a custom directory, configure scoop to install
global programs to a custom directory, and bypass system proxy during installation.

```powershell
.\install.ps1 -ScoopDir 'D:\Applications\Scoop' -ScoopGlobalDir 'F:\GlobalScoopApps' -NoProxy
Expand Down

0 comments on commit 9b0e949

Please sign in to comment.