Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
RikudouSage committed Sep 5, 2019
1 parent 66b256b commit d866f1e
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 @@ You need the Qt framework (tested with 5.10.1) and libgit2
Change into the cloned directory and:

- `git submodule init`
- `git submoduel update`
- `git submodule update`
- `qmake pwa-to-twa.pro`
- `make`

Expand All @@ -84,7 +84,7 @@ You need to have docker installed.
Change into the cloned directory and:

- `git submodule init`
- `git submoduel update`
- `git submodule update`
- `./configure-static`
- `./build-static`

Expand Down

0 comments on commit d866f1e

Please sign in to comment.