Skip to content

Commit 6d83c79

Browse files
authored
Remove --save in README (actions#455)
1 parent 36e7321 commit 6d83c79

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The GitHub Actions ToolKit provides a set of packages to make creating actions e
2424
Provides functions for inputs, outputs, results, logging, secrets and variables. Read more [here](packages/core)
2525

2626
```bash
27-
$ npm install @actions/core --save
27+
$ npm install @actions/core
2828
```
2929
<br/>
3030

@@ -33,7 +33,7 @@ $ npm install @actions/core --save
3333
Provides functions to exec cli tools and process output. Read more [here](packages/exec)
3434

3535
```bash
36-
$ npm install @actions/exec --save
36+
$ npm install @actions/exec
3737
```
3838
<br/>
3939

@@ -42,7 +42,7 @@ $ npm install @actions/exec --save
4242
Provides functions to search for files matching glob patterns. Read more [here](packages/glob)
4343

4444
```bash
45-
$ npm install @actions/glob --save
45+
$ npm install @actions/glob
4646
```
4747
<br/>
4848

@@ -51,7 +51,7 @@ $ npm install @actions/glob --save
5151
Provides disk i/o functions like cp, mv, rmRF, find etc. Read more [here](packages/io)
5252

5353
```bash
54-
$ npm install @actions/io --save
54+
$ npm install @actions/io
5555
```
5656
<br/>
5757

@@ -60,7 +60,7 @@ $ npm install @actions/io --save
6060
Provides functions for downloading and caching tools. e.g. setup-* actions. Read more [here](packages/tool-cache)
6161

6262
```bash
63-
$ npm install @actions/tool-cache --save
63+
$ npm install @actions/tool-cache
6464
```
6565
<br/>
6666

@@ -69,7 +69,7 @@ $ npm install @actions/tool-cache --save
6969
Provides an Octokit client hydrated with the context that the current action is being run in. Read more [here](packages/github)
7070

7171
```bash
72-
$ npm install @actions/github --save
72+
$ npm install @actions/github
7373
```
7474
<br/>
7575

@@ -78,7 +78,7 @@ $ npm install @actions/github --save
7878
Provides functions to interact with actions artifacts. Read more [here](packages/artifact)
7979

8080
```bash
81-
$ npm install @actions/artifact --save
81+
$ npm install @actions/artifact
8282
```
8383
<br/>
8484

0 commit comments

Comments
 (0)