We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76f0ed commit 8199778Copy full SHA for 8199778
README.md
@@ -70,7 +70,21 @@ Please read: https://github.com/nodegui/.github/blob/master/CONTRIBUTING.md
70
71
## Building
72
73
-`npm run build [--qt_home_dir=/path/to/qt]`
+`npm run build`
74
+
75
+## Using custom Qt
76
77
+`QT_INSTALL_DIR=/path/to/qt npm install`
78
79
80
81
+## Updating docs
82
83
+`npm run docs`
84
85
+then followed by:
86
87
+`cd website && GIT_USER=<your_git_username> yarn deploy`
88
89
## Funding
90
0 commit comments