-
Notifications
You must be signed in to change notification settings - Fork 20
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
Add Windows specific documentation #37
Conversation
Yeah, I will restructure this somewhat. What is most important are the exact commands. Some questions:
|
Exactly
@ikappaki already ported this: i just forgot to mention it in this PR.
Exactly:
also works fine for local development on Windows.
This is the default prompt on a Windows 10 System:
The mentioned solutions don't work on Windows. |
Indeed, so it's all right then. I mistakenly checked in the
Is it possible to document what you are doing in Eldev's own CI? Also forgot to ask. Is it possible to run a command that is not in the current directory and not in |
One more thing. You are writing |
Yes, I did that on purpose. Because
|
Understood. Please reply to my previous comment too. |
You mean the javascript code? It is just used to avoid non-portable shell code. It is actually a 1:1 implementation of the previous For normal Emacs developers using I meanwhile wrote a simple GA for this use case: https://github.com/marketplace/actions/setup-eldev It should also work out of the box on Windows when a new release of https://github.com/juergenhoetzel/github-eldev-test/actions/runs/782680025
Yes this works both with Powershell and CMD:
|
No, rather things about Scoop.
It's a good idea to provide non-GitHub way too, not everyone is using GitHub. I guess Windows installation commands as documented should be usable, but I don't know. E.g. is
OK, let's wait for this. More documentation can also be added post-release ( Meanwhile, I committed documentation based on your changes (esp. commands), but different enough that it was easier not to bother with merging etc. See commit a04f52f if you want to check it. |
Feel free to edit. I'm new to
asciidoc
😨