Skip to content

Commit

Permalink
Added few notes about running on windows 10
Browse files Browse the repository at this point in the history
  • Loading branch information
andriisoldatenko committed Apr 18, 2019
1 parent 74bfbe6 commit 28dbe77
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,27 @@ curl -sSL https://install.astronomer.io | sudo bash -s -- v0.3.1
$ cat godownloader.sh | bash -s -- -b /usr/local/bin

### Installing on Windows

> Note: Make sure you have Windows 10 and Docker installed
1. Download latest release of astro-cli using this [astro_0.8.2_windows_386.zip](https://github.com/astronomer/astro-cli/releases/download/v0.8.2/astro_0.8.2_windows_386.zip)
2. Extract `astro_0.8.2_windows_386.zip` and copy `astro.exe` somewhere in your `%PATH%`
3. Open cmd or PowerShell console and run:

```
C:\Windows\system32>astro version
Astro CLI Version: 0.8.2
Git Commit: f5cdab8f832da3c6184a7ac167b491e3bac3c022
```

#### Troubleshooting:

1. Make sure you go through instruction to install Docker on windows properly https://docs.docker.com/docker-for-windows/install/
2. Make sure you enabled Hyper-V, it's requre to Docker and Linux Containers, also plesae review this document
https://docs.docker.com/docker-for-windows/troubleshoot/


## Getting Started

1. Confirm the install worked:
Expand Down

0 comments on commit 28dbe77

Please sign in to comment.