Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ Now you should see a folder called `bin/` and in it the Aseprite binaries!
### Prerequisites

- OS: Windows 10 (Version 2004 or newer)
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
- **Use Windows containers**: Right click on the Docker tray icon -> Switch to Windows containers...
- Docker (2 options):
- [Docker Desktop](https://www.docker.com/products/docker-desktop/)
- **Use Windows containers**: Right click on the Docker tray icon -> Switch to Windows containers...
or
- [Docker CLI via scoop.sh](https://scoop.sh/#/apps?q=docker)
- **daemon switches**: `dockerd.exe --dns 1.1.1.1`
- change the IP above to your preffered dns

## Remarks

Expand Down