From 2c9ac879b878653e46087167aad5545acf8fc105 Mon Sep 17 00:00:00 2001 From: vityaman Date: Thu, 21 Nov 2024 19:01:32 +0300 Subject: [PATCH] readme --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15f31d1..90088c5 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,28 @@ - Event - Sleep +## Build & Run + +Getting started. + +```bash +make clean && bear -- make compile && make +``` + +Run precommit checks locally. + +```bash +./ci/precommit.bash +``` + ## Reference - [Stackless Coroutines in C by @vityaman](https://github.com/vityaman-edu/c-coroutines) + - [Stepik OS Course by CSCenter](https://github.com/cscenter/OS_online_course) -- [Concurrency Course by Roman Lipovsky](https://gitlab.com/Lipovsky/concurrency-course) + +- [Concurrency Course by Roman Lipovsky: Repository](https://gitlab.com/Lipovsky/concurrency-course) + +- [Concurrency Course by Roman Lipovsky: Lectures](https://youtube.com/playlist?list=PL4_hYwCyhAva37lNnoMuBcKRELso5nvBm) + +- [Concurrency Course by Roman Lipovsky: Seminars](https://youtube.com/playlist?list=PL4_hYwCyhAvYTxm55RBm_HA5Bq5W1Nv-R)