Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Set up requires more detail #268

Open
joshthefin opened this issue Mar 20, 2023 · 0 comments
Open

Windows Set up requires more detail #268

joshthefin opened this issue Mar 20, 2023 · 0 comments

Comments

@joshthefin
Copy link

wget does not exist on windows by default and instead is an alias to Invoke-WebRequest. For me, this cmdlet does not download to the current folder by default. This means the first step of the tutorial does not work by default on windows, as there is no docker-compose.yml file in the local directory.

User must kill that alias with: ''Remove-item alias:wget" followed by downloading wget: https://eternallybored.org/misc/wget/. Then they can rerun "wget https://raw.githubusercontent.com/starkandwayne/concourse-tutorial/master/docker-compose.yml"

(Or you can probably configure Invoke-WebRequest but I didn't look into this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant