Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban authored Dec 18, 2019
1 parent bc965f9 commit cd6c0d4
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 @@ -57,7 +57,7 @@ line tools. So, take note of the location where both were decompressed.
Generate an Android project from an existing Web Manifest:

```shell
npx GoogleChromeLabs/llama-pack#0.1.0 init --manifest https://my-twa.com/manifest.json
npx GoogleChromeLabs/llama-pack#0.2.0 init --manifest https://my-twa.com/manifest.json
```

When initalizing a project, llama-pack will download the Web Manifest and ask you to confirm
Expand All @@ -68,7 +68,7 @@ app before uploading to the Play Store.

### Building the Android Project
```shell
npx GoogleChromeLabs/llama-pack#0.1.0 build
npx GoogleChromeLabs/llama-pack#0.2.0 build
```

When building the project for the first time, the Android Build Tools will need to be installed.
Expand Down

0 comments on commit cd6c0d4

Please sign in to comment.