We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60795ea commit 94642fcCopy full SHA for 94642fc
1 file changed
README.md
@@ -1,2 +1,36 @@
1
# diskbuilder
2
Building disks
3
+
4
+### Configure Settings
5
6
+```
7
+ conan config install https://github.com/includeos/conan_config.git
8
9
10
+##### View remote and profiles installed
11
12
+* Remotes:
13
14
+ conan remote list
15
16
+You should have these:
17
18
19
+ includeos: https://api.bintray.com/conan/includeos/includeos [Verify SSL: True]
20
+ includeos-test: https://api.bintray.com/conan/includeos/test-packages [Verify SSL: True]
21
22
23
+* Profiles:
24
25
26
+ conan profile list
27
28
29
30
+### Build and run diskbuilder
31
32
+```bash
33
+ mkdir build
34
+ cd build
35
+ conan create .. includeos/stable -pr <profile-name>
36
0 commit comments