Skip to content

Commit

Permalink
formatted for ctrl+shift+`
Browse files Browse the repository at this point in the history
  • Loading branch information
im-nhu committed Mar 1, 2024
1 parent 1f9c9b3 commit 4dfd036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
![quickstart-new-project](./assets/images/quickstart-new-project.png)

* Create a new module `Testing_XI_SDKs_Go_App`
* Open a new terminal window (Ctrl+Shift+`)
* Open a new terminal window (<code>Ctrl+Shift+`</code>)
* Type `go mod init Testing_XI_SDKs_Go_App` → It should create a `go.mod` file.
![quickstart-new-project](./assets/images/quickstart-new-mod.png)

### Step 2: Install XI SDK package and all dependencies to your project from Go Modules

* Open a new terminal window (Ctrl+Shift+`)
* Open a new terminal window (<code>Ctrl+Shift+`</code>)
* Type: `go get -u github.com/ingrammicro-xvantage/xi-sdk-resellers-go`

![quickstart-new-project](./assets/images/quickstart-install-package.png)
Expand Down Expand Up @@ -104,7 +104,7 @@ func main() {

### Step 4: Run the application

* Open terminal window (Ctrl+Shift+`) and type go run main.go
* Open terminal window (<code>Ctrl+Shift+`</code>) and type go run main.go

If everything is correct and the product exists, the console should return something like this.

Expand Down

0 comments on commit 4dfd036

Please sign in to comment.