From a2ae77a4549e944d4aadac425da2bf2cc0b0cf1c Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 21 May 2021 20:42:15 +0200 Subject: Temporary disable package server, update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index c4f7a95..561d17a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,18 @@ Commands: platforms Print list of supported platforms (to stdout) and exit ``` +Example flow: +``` +# Create the project +sibs new project-name --exec +cd project-name +# Build the project in debug mode and run it +sibs run +# To compile with optimizations enabled, run: +# sibs build --release +# and then the output binary is available in sibs-build//release/project-name +``` + # Examples Here is a minimal config file: ``` -- cgit v1.2.3