From ae90cc4415b1a7e798b5033f0b6427260c2b4847 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Thiberg?= <42668688+bjornthiberg@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:17:53 +0200 Subject: [PATCH] Executable tutorial submission (#2667) --- .../executable-tutorial/bthiberg-noakj/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributions/executable-tutorial/bthiberg-noakj/README.md b/contributions/executable-tutorial/bthiberg-noakj/README.md index b893653b4..28854573e 100644 --- a/contributions/executable-tutorial/bthiberg-noakj/README.md +++ b/contributions/executable-tutorial/bthiberg-noakj/README.md @@ -21,11 +21,11 @@ Creating and using flox environment(s) in an existing project. We had a visit during one of the lectures by a [Flox](https://flox.dev/docs/) developer. Exploring this cool piece of software, we found few if any tutorials on how to use it. -This tutorial will be inspired by the [Flox docs](https://flox.dev/docs/), and show the user how to set up and use Flox environment(s) for an existing project. The user will pull a repo (containing a Flask app), initialize a Flox environment and add another package to the environment. +This tutorial goes through the main functionality of Flox. Specifically, how to create a Flox environment for an existing project, add dependencies and search for packages, and create a service. It also goes through how the Flox manifest file works. -After that, we might include layering multiple environments, services, enviroonment variables, depending on what level of complexity the tutorial ends up having. - -We will use KillerCoda for this. +[The tutorial can be found on KillerCoda here.](https://killercoda.com/bjornthiberg/scenario/flox) +[ +The repository for the tutorial can be found here.](https://github.com/bjornthiberg/DD2482-executable-tutorial) **Relevance**