Skip to content

Commit e8017fe

Browse files
authored
Remove --save option (#262)
1 parent dd6b4a5 commit e8017fe

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Build and connect to robots with TypeScript
1717
### Installation
1818

1919
```
20-
npm install --save @viamrobotics/sdk
20+
npm install @viamrobotics/sdk
2121
```
2222

2323
### Examples

examples/teleop-elm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ video stream.
2525
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:
2626

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

examples/teleop-react/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ npm start
2828
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:
2929

3030
* Remove the `preinstall: ...` line from `package.json`
31-
* Install the SDK: `npm install --save @viamrobotics/sdk@latest`
31+
* Install the SDK: `npm install @viamrobotics/sdk@latest`
3232
* 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.

examples/vanilla/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ Edit `src/main.ts` to change the robot logic being run. Edit `static/index.html`
1313
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:
1414

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

0 commit comments

Comments
 (0)