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

Official Installer Steps Misleading #6750

Closed
flywire opened this issue Oct 8, 2022 · 5 comments · Fixed by #9098
Closed

Official Installer Steps Misleading #6750

flywire opened this issue Oct 8, 2022 · 5 comments · Fixed by #9098
Labels
area/docs Documentation issues/improvements

Comments

@flywire
Copy link

flywire commented Oct 8, 2022

Issue

The official installer is misleading, it lists 5 steps but either step 1 or step 2 should be completed (depending on the option selected), then the rest. Suggest Step 1a, 1b, 2, etc.

The current instructions imply the install is finished at step 1.

btw, not all windows users are familiar with ps. It would be clear with "Start PowerShell and enter the following command."

@flywire flywire added area/docs Documentation issues/improvements status/triage This issue needs to be triaged labels Oct 8, 2022
@dimbleby
Copy link
Contributor

dimbleby commented Oct 9, 2022

submit a merge request!

@flywire
Copy link
Author

flywire commented Oct 9, 2022

How do you change from step 1 to step 1a in the following code? Or even step [option] a under step 1?

{{< steps >}}
{{< step >}}
**Install Poetry**
...
{{< /step >}}

@neersighted
Copy link
Member

neersighted commented Oct 9, 2022

{{ steps }}/{{ step }} generates a <ol><li></li></ol> in essence. As such, look at the documentation for the <li> element. <li value=""> could be used, or nested steps with <ol type="a">, but that would likely require some style work.

@ekralc ekralc removed the status/triage This issue needs to be triaged label Oct 13, 2022
abn added a commit to abn/poetry that referenced this issue Mar 2, 2024
Copy link

github-actions bot commented Apr 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/docs Documentation issues/improvements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants