From ecf8a0a410a314eead10060dc3db1b38f8db7cd7 Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Mon, 28 Feb 2022 22:05:15 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50a0d44..faedbe8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,13 @@ My zshrc /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_setup.sh)" ``` +Ubuntu Install Docker: + +```sh +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/ubuntu_docker.sh)" +``` + # Powershell ```powershell Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Hykilpikonna/zshrc/HEAD/pwsh.install.ps1')) -``` \ No newline at end of file +```