Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-03-17 21:12:33 +0300
committerGitHub <noreply@github.com>2022-03-17 21:12:33 +0300
commit2361a68e14f893e97dad53d66fde32082e23521a (patch)
tree41eb474509580ec0574e1a26de9d62df3b9cec26 /docs
parenta304052580c070a1f8c1c0cf8cbeec615c46af02 (diff)
docs: add isntall alias to install command (#4582)
Diffstat (limited to 'docs')
-rw-r--r--docs/content/commands/npm-install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/commands/npm-install.md b/docs/content/commands/npm-install.md
index b4fc2f2c8..06c243f06 100644
--- a/docs/content/commands/npm-install.md
+++ b/docs/content/commands/npm-install.md
@@ -22,7 +22,7 @@ npm install <tarball url>
npm install <git:// url>
npm install <github username>/<github project>
-aliases: i, in, ins, inst, insta, instal, isnt, isnta, isntal, add
+aliases: i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall, add
```
<!-- automatically generated, do not edit manually -->