From 01f2783903cd69587217d76a4812798a05013c4f Mon Sep 17 00:00:00 2001 From: Khayal Alasgarov Date: Thu, 7 Nov 2024 16:00:10 -0800 Subject: [PATCH] chore: remove white space in a doc to rebuild the main branch (#375) Co-authored-by: kalasgarov --- documents/podman-integration.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/documents/podman-integration.md b/documents/podman-integration.md index 14e9f3ef..034f9632 100644 --- a/documents/podman-integration.md +++ b/documents/podman-integration.md @@ -59,7 +59,6 @@ export TESTCONTAINERS_RYUK_DISABLED=true After adding the above lines to your shell configuration file, apply the changes by reloading your shell configuration: - For Zsh: ```bash source ~/.zshrc @@ -86,7 +85,6 @@ pnpm test If you're new to the team and need to start with Podman, follow these steps: - ### Step 1: Install Podman Install Podman using Homebrew: @@ -122,7 +120,6 @@ export TESTCONTAINERS_RYUK_DISABLED=true After adding the above lines to your shell configuration file, apply the changes by reloading your shell configuration: - For Zsh: ```bash source ~/.zshrc @@ -187,7 +184,6 @@ export PATH="$PNPM_HOME:$PATH" Save the file and close the editor. Apply the changes by reloading your shell configuration: - For Zsh: ```bash source ~/.zshrc