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 dev-env-setup.md #3787

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions dev-env-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ technical requirements.

Ignite CLI is supported for the following operating systems:

* GNU/Linux
* macOS
* Windows Subsystem for Linux (WSL)
- GNU/Linux
- macOS
- Windows Subsystem for Linux (WSL)

test

## Install Go

Expand Down Expand Up @@ -35,7 +37,7 @@ Before you install a new version of Ignite CLI, remove all existing installation

1. Remove the Ignite CLI binary with `rm $(which ignite)`

Depending on your user permissions, run the command with or without `sudo`.
Depending on your user permissions, run the command with or without `sudo`.

2. Repeat this step until all Ignite CLI installations are removed from your system.

Expand All @@ -57,4 +59,4 @@ See [Install Ignite CLI](./docs/docs/01-welcome/02-install.md).

## Verify your Ignite CLI version

To verify the version of Ignite CLI that is installed, run `ignite version`.
To verify the version of Ignite CLI that is installed, run `ignite version`.