We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97121a8 commit 2634c12Copy full SHA for 2634c12
.vscode/settings.json
@@ -1,3 +1,4 @@
1
{
2
- "picgo.picBed.imgur.clientId": "bff3a698614384c"
+ "picgo.picBed.imgur.clientId": "bff3a698614384c",
3
+ "esbonio.sphinx.confDir": ""
4
}
docs/quick_start.rst
@@ -61,6 +61,11 @@ Download and extract the qubinode-installer as a non root user::
61
rm master.zip
62
mv qubinode-installer-master qubinode-installer
63
64
+If you would like to develop the qubinode-installer you can clone the repo::
65
+
66
+ YOUR_ID=githubid
67
+ git clone https://github.com/${YOUR_ID}/qubinode-installer.git
68
+ cd /qubinode-installer
69
70
Qubinode Setup
71
===============
0 commit comments