Skip to content

Commit

Permalink
Remove --save option (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Mar 19, 2024
1 parent dd6b4a5 commit e8017fe
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Build and connect to robots with TypeScript
### Installation

```
npm install --save @viamrobotics/sdk
npm install @viamrobotics/sdk
```

### Examples
Expand Down
2 changes: 1 addition & 1 deletion examples/teleop-elm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ video stream.
This example assumes that you are working inside the Viam TypeScript SDK repository. If you want to use this example as a base for your project, make the following changes:

* Remove the `preinstall: ...` line from `package.json`
* Install the SDK: `npm install --save @viamrobotics/sdk@latest`
* Install the SDK: `npm install @viamrobotics/sdk@latest`
2 changes: 1 addition & 1 deletion examples/teleop-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ npm start
This example assumes that you are working inside the Viam TypeScript SDK repository. If you want to use this example as a base for your project, make the following changes:

* Remove the `preinstall: ...` line from `package.json`
* Install the SDK: `npm install --save @viamrobotics/sdk@latest`
* Install the SDK: `npm install @viamrobotics/sdk@latest`
* You will also need to rename the components in the example code to match the actual component names in your configuration, for example, the camera could be named "cam" here but "camera" in your configuration.
2 changes: 1 addition & 1 deletion examples/vanilla/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ Edit `src/main.ts` to change the robot logic being run. Edit `static/index.html`
This example assumes that you are working inside the Viam TypeScript SDK repository. If you want to use this example as a base for your project, make the following changes:

* Remove the `preinstall: ...` line from `package.json`
* Install the SDK: `npm install --save @viamrobotics/sdk@latest`
* Install the SDK: `npm install @viamrobotics/sdk@latest`

0 comments on commit e8017fe

Please sign in to comment.