Skip to content

Commit

Permalink
Update Installation method with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
jerome-jutteau committed Aug 8, 2022
1 parent c14daf9 commit 8d629a2
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ This SDK provides a TypeScript/JavaScript client that utilizes [Fetch API](https

# How to use this SDK ?

Install with npm:
Install using npm:
```
npm install --save github:outscale/osc-sdk-js
npm install -save outscale-api
```

Or directly add `outscale-api` to your `package.json`:
Alternativly, you can directly use github:
```
"dependencies": {
"outscale-api": "github:outscale/osc-sdk-js",
}
npm install --save github:outscale/osc-sdk-js
```

See [examples](examples/) folder to jump straight into the code!
Expand Down

0 comments on commit 8d629a2

Please sign in to comment.