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

Update installation section #207

Merged
merged 6 commits into from
May 29, 2024
Merged

Update installation section #207

merged 6 commits into from
May 29, 2024

Commits on May 29, 2024

  1. Add note for setting Ubuntu as default distro

    It's possible for Ubuntu to not be the default distro. In this case, the
    error of `curl: not found` can be unhelpful to new users. Add a note
    explaining how to fix it.
    victorlin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    070da40 View commit details
    Browse the repository at this point in the history
  2. Highlight GUI labels

    Use the guilabel directive and add names for Windows.
    victorlin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    c5a2129 View commit details
    Browse the repository at this point in the history
  3. Update Windows launch instructions

    Windows 10/11 comes with a search bar/icon in the task bar that opens
    the Start menu, so if the user doesn't know what "Start menu" is, the
    verb "searching" should provide a visual hint.
    victorlin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2b43d07 View commit details
    Browse the repository at this point in the history
  4. Open macOS Terminal with Spotlight instead of Launchpad

    Some users may not have Launchpad in the Dock - it can be easily removed
    by drag and drop. Spotlight in the menu bar is more universal¹, plus
    users who know the hotkey (CMD+space) can use it if desired.
    
    ¹ it can still be removed with 3rd party apps
    victorlin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    6d64eed View commit details
    Browse the repository at this point in the history
  5. Order steps sequentially

    This should be a more intuitive flow for new users.
    victorlin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5282fa3 View commit details
    Browse the repository at this point in the history
  6. Update WSL home dir snippet

    The previous recommendation was to expose the Windows home directory
    under the WSL directory. I thought this would be a practical approach to
    the difference in home directories, but I'm not a WSL user so I can't
    verify that idea. Installing `wslu` is also a bit more complicated
    nowadays.¹
    
    Instead of a hard recommendation, simply describe the difference in home
    directories and let the user decide what to do.
    
    ¹ <https://wslutiliti.es/wslu/install.html#ubuntu>
    victorlin committed May 29, 2024
    Configuration menu
    Copy the full SHA
    29f44b9 View commit details
    Browse the repository at this point in the history