Skip to content

Commit 8199778

Browse files
committed
update docs
1 parent e76f0ed commit 8199778

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,21 @@ Please read: https://github.com/nodegui/.github/blob/master/CONTRIBUTING.md
7070

7171
## Building
7272

73-
`npm run build [--qt_home_dir=/path/to/qt]`
73+
`npm run build`
74+
75+
## Using custom Qt
76+
77+
`QT_INSTALL_DIR=/path/to/qt npm install`
78+
79+
`npm run build`
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`
7488

7589
## Funding
7690

0 commit comments

Comments
 (0)