Skip to content

Commit

Permalink
Minor README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
simonnilsson committed Apr 30, 2021
1 parent 52b8bd9 commit 88581e6
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 @@ -13,7 +13,7 @@ Easy to use, cross-platform tool to upload iOS apps to App Store Connect.
* **OS**: Windows, macOS or Linux
* **Node.js**: v10 or newer (bundled with standalone binaries)

If you have Node.js and npm installed the simplest way is to just install the package globaly. The tool will automatically be added to your PATH as `ios-uploader`.
If you have Node.js and npm installed the simplest way is to just install the package globally. The tool will automatically be added to your PATH as `ios-uploader`.

```sh
npm install -g ios-uploader
Expand All @@ -35,7 +35,7 @@ is equivalent to the following command using altool (macOS only):
$ xcrun altool --upload-app -u <username> -p <password> -f <path/to/app.ipa>
```

> See this page for information on how to generate an app specific password: https://support.apple.com/en-us/HT204397
> See this page for information on how to generate an app specific password: <br>https://support.apple.com/en-us/HT204397
## Options

Expand Down

0 comments on commit 88581e6

Please sign in to comment.