docs/fix: Win uses \

pull/229/head
Josh Moore 9 months ago committed by GitHub
parent b0e1f0cceb
commit 946790cfa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/README.md vendored

@ -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.

Loading…
Cancel
Save