Skip to content

Commit

Permalink
README: some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jun 21, 2020
1 parent a1e9456 commit ae15cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ By default, `MSYSTEM` is set to `MINGW64`. However, an optional parameter named
msystem: MSYS
```

Furthermore, the environment variable can be overriden. This is useful when multiple commands need to be executed in different contexts. For example, in order to build a PKGBUILD file and then test the installed artifact:
Furthermore, the environment variable can be overridden. This is useful when multiple commands need to be executed in different contexts. For example, in order to build a PKGBUILD file and then test the installed artifact:

```yaml
- uses: msys2/setup-msys2@v1
Expand Down Expand Up @@ -118,7 +118,7 @@ By default, the installation is not updated; hence package versions are those of

#### install

Installing additional packages after updating the system is supported through option `install`. The package or list of packages are intalled through `pacman --noconfirm -S`.
Installing additional packages after updating the system is supported through option `install`. The package or list of packages are installed through `pacman --noconfirm -S`.

```yaml
- uses: msys2/setup-msys2@v1
Expand Down

0 comments on commit ae15cf1

Please sign in to comment.