Merge pull request #174 from vector-im/gsouquet-fix-dockerbuild-typo

Fix docker:build:native documentation typo
This commit is contained in:
Germain
2021-03-25 17:38:42 +00:00
committed by GitHub

View File

@@ -96,7 +96,7 @@ yarn run docker:setup
yarn run docker:install
# if you want to build the native modules (this will take a while)
yarn run docker:buildnative
yarn run docker:build:native
yarn run docker:build
```