From 4dba41c3d3891a6071abf1c1251a464a5f59aec7 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Fri, 30 Aug 2024 08:23:57 -0700 Subject: [PATCH] Fixes --- docs/integrations/dagger.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/integrations/dagger.md b/docs/integrations/dagger.md index c1452edb..c1ecd50e 100644 --- a/docs/integrations/dagger.md +++ b/docs/integrations/dagger.md @@ -28,7 +28,7 @@ Get Docker installed and running on your local machine. You can download Docker Install Dagger on your local machine. The [Dagger installation guide](https://docs.dagger.io/install/) provides more information on how to install Dagger on any platform of your choice. if you have brew installed already run the command below to install dagger -```jsx {"id":"01J6CH26D7HCJXVZXA2CATX4A2"} +```sh {"id":"01J6CH26D7HCJXVZXA2CATX4A2"} brew install dagger/tap/dagger ``` @@ -44,7 +44,7 @@ Runme Notebook interface includes a terminal environment with [additional featur Let’s explore the code block below. -```jsx {"id":"01J5TMAKC9QEMWB806SC1V5WH9"} +```sh {"id":"01J5TMAKC9QEMWB806SC1V5WH9"} dagger call \ -m github.com/purpleclay/daggerverse/golang@v0.3.0 \ --src "https://github.com/stateful/runme#main" \ @@ -127,10 +127,10 @@ With the Runme interactive interface, you can run your Dagger functions with a s This interactive interface makes the execution of complex pipelines easy and eliminates the need to type follow-up commands manually.
@@ -141,20 +141,20 @@ More than just running Dagger commands, developing pipelines, or troubleshooting If you have a Markdown file with your dagger pipeline commands written, you can run your pipeline from the terminal by running this command `$ runme run --filename my-notebook.md --all --skip-prompts`.
You can also run individual cells using the names of the cells or select them individually from Runme’s TUI.