diff --git a/README.md b/README.md index 5e4019d..93394e7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ # diskbuilder Building disks + +### Configure Settings + +``` + conan config install https://github.com/includeos/conan_config.git +``` + +##### View remote and profiles installed + +* Remotes: +``` + conan remote list +``` +You should have these: + +``` + includeos: https://api.bintray.com/conan/includeos/includeos [Verify SSL: True] + includeos-test: https://api.bintray.com/conan/includeos/test-packages [Verify SSL: True] +``` + +* Profiles: + +``` + conan profile list +``` + + +### Build and run diskbuilder + +```bash + mkdir build + cd build + conan create .. includeos/stable -pr +```