aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2021-05-21 20:42:15 +0200
committerdec05eba <dec05eba@protonmail.com>2021-05-21 20:42:15 +0200
commita2ae77a4549e944d4aadac425da2bf2cc0b0cf1c (patch)
treea61549b22dc07bc5dccde5798a82b69d5fee128c /README.md
parent00cd5681c3a83c85d2a34fb2c4b6cfb691ef1b3d (diff)
Temporary disable package server, update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
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/<platform-name>/release/project-name
+```
+
# Examples
Here is a minimal config file:
```