From 946790cfa2b6050a9674e45eb01ac7d523ed99d5 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Fri, 4 Aug 2023 12:25:28 -0600 Subject: [PATCH] docs/fix: Win uses \ --- .github/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index b764e00..d805251 100644 --- a/.github/README.md +++ b/.github/README.md @@ -124,7 +124,7 @@ ass supports two installation methods: Docker (recommended) & local (manual). 1. Clone the ass repo using `git clone https://github.com/tycrek/ass.git && cd ass/` 2. Run the command that corresponds to your OS: - **Linux**: `./install/docker-linux.sh` (uses `#!/bin/bash`) - - **Windows**: `install/docker-windows.bat` (from Command Prompt) + - **Windows**: `install\docker-windows.bat` (from Command Prompt) - These scripts are identical using the equivalent commands in each OS. 3. Work through the setup process when prompted.