Skip to content

Commit 9e0aac9

Browse files
authored
Merge pull request #12 from sarahsimpers/DOCSP-21752
(DOCSP-21752) Fixes incorrect yum and apt install commands
2 parents 9240e00 + efa1def commit 9e0aac9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/install-atlas-cli.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Follow These Steps
173173

174174
.. code-block:: sh
175175

176-
sudo yum install -y atlascli
176+
sudo yum install -y mongodb-atlas-cli
177177

178178
.. include:: /includes/steps-verify-atlas-cli.rst
179179

@@ -281,7 +281,7 @@ Follow These Steps
281281

282282
.. code-block:: sh
283283

284-
sudo apt-get install -y atlascli
284+
sudo apt-get install -y mongodb-atlas-cli
285285

286286
.. include:: /includes/steps-verify-atlas-cli.rst
287287

@@ -354,7 +354,7 @@ method you used to install the {+atlas-cli+}:
354354

355355
.. code-block:: sh
356356

357-
yum update mongocli-atlas-cli
357+
yum update mongodb-atlas-cli
358358

359359
.. include:: /includes/steps-verify-update-atlas-cli.rst
360360

@@ -372,7 +372,7 @@ method you used to install the {+atlas-cli+}:
372372

373373
.. code-block:: sh
374374

375-
sudo apt-get install --only-upgrade mongocli-atlas-cli
375+
sudo apt-get install --only-upgrade mongodb-atlas-cli
376376

377377
.. include:: /includes/steps-verify-update-atlas-cli.rst
378378

0 commit comments

Comments
 (0)