Skip to content

Commit 5ef0ac6

Browse files
committed
edits
1 parent 6418d93 commit 5ef0ac6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ build/*
33
build
44
*~
55
*giza.log
6-
source/*
76
backups/*

source/get-started/download-and-install.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,23 @@ Download and Install
1414
.. procedure::
1515
:style: connected
1616

17-
.. step:: Install Dependencies
17+
.. step:: Install dependencies
1818

1919
Before you begin developing, ensure that you have the following
2020
dependencies installed on your local machine:
2121

2222
- `PHP <https://www.php.net/manual/en/install.php>`__
2323
- `Composer <https://getcomposer.org/download/>`__
2424

25-
.. step:: Install the MongoDB Extension
25+
.. step:: Install the MongoDB extension
2626

2727
Run the following command to install the ``mongodb`` PHP extension:
2828

2929
.. code-block:: bash
3030

3131
sudo pecl install mongodb
3232

33-
.. step:: Update your PHP Configuration File
33+
.. step:: Update your PHP configuration file
3434

3535
To enable the ``mongodb`` extension, add the following line to your
3636
``php.ini`` file:

0 commit comments

Comments
 (0)