chore: make next steps more compatible#1026
chore: make next steps more compatible#1026honzajavorek wants to merge 1 commit intoapify:masterfrom
Conversation
cd works on all operating systems, but single quotes won't work inside Windows' classic Command Prompt. To make the instructions work on all mainstream operating systems and in all mainstream shells, we should use double quotes. Those work everywhere.
vladfrangu
left a comment
There was a problem hiding this comment.
Who the heck still uses cmd in 2026 tho 😄
|
Btw I'd move this from fix to chore or docs |
|
@vladfrangu I renamed the PR, if that helps!
I don't know, I don't even use Windows. But I'm writing tutorials for Apify and my stakeholders want me to think of not-very-tech-savvy users, so I'm better defensive about this. Double quotes instead of single quotes are a small step for humanity, but a big step for someone with a Command Prompt 😅 |
|
Feel free to check other places that share similar issues too then! |
|
I'm soon about to run Apify CLI on a fresh macOS user installation just to see what else can break and what dependencies I need to run my first Actor, so we might meet soon here again 😂 |
|
Go for it! Can also poke me on Slack if I miss smth here |
|
btw I don't have any tokens related to Apify's internal infra, so I guess the tests won't ever pass under my PRs. |
|
Yeah, thats expected but fine, I can infer from code changes if tests would need to run |
cd works on all operating systems, but single quotes won't work inside Windows' classic Command Prompt. To make the instructions work on all mainstream operating systems and in all mainstream shells, we should use double quotes. Those work everywhere.