Skip to content

Commit 747106e

Browse files
committed
repo install
1 parent 30ae77e commit 747106e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

source/includes/steps-install.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ title: "Install Xcode from the App Store."
22
ref: install-xcode
33
content: |
44
5-
Install Xcode -- it takes awhile. In the meantime, you can follow the rest of the steps.
5+
Install Xcode. This installation may take awhile. In the meantime, you can follow the rest of the steps.
66
77
---
88
title: Download and install Homebrew
99
ref: install-homebrew
1010
content: |
1111
12-
You can get homebrew `here <https://brew.sh>`_.
12+
If homebrew is not installed, download it `here <https://brew.sh>`_.
1313
1414
Then run:
1515
1616
.. code-block:: sh
1717
1818
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
1919
20-
When this completes, run the following 2 commands:
20+
When this completes, run the following two commands:
2121
2222
.. code-block:: sh
2323
@@ -35,7 +35,7 @@ content: |
3535
3636
brew install python python2
3737
38-
You will also need Pip, the Python package manager. Note you may need to run this in a new shell:
38+
You also need Pip, the Python package manager. Note you may need to run this in a new shell:
3939
4040
.. code-block:: sh
4141

source/includes/steps-repo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ content: |
101101
Create the repo you would like to use on GitHub.
102102
103103
You will then need to commit some files and add your local repository to github. If you add all of the files, you will
104-
nned to remove the ones that are not relevant to your repository later, but this is a perfectly acceptable way to start your repository.
104+
need to remove the ones that are not relevant to your repository later, but this is a perfectly acceptable way to start your repository.
105105
106106
Make sure you add a README.md file to your repo. Add a sentence to the file to describe your project. Then save the file and run:
107107

source/tutorials/install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
.. guide::
2-
title: Installing MongoDB Build Tools
2+
title: Installing MongoDB Documentation Build Tools
33
author: MongoDB Documentation Team
44
type: Deep Dive
55
level: intermediate
66
product_version: 4.0
77
result_description:
8-
In this guide you will learn how to install the MongoDB Build Tools. Note that this guide only applies to MacOS officially.
8+
In this guide you will learn how to install the MongoDB Documentation Build Tools. Note that this guide only applies to macOS.
99
time: 45
1010
prerequisites:
11-
- access to git
11+
- Access to git
1212
check_your_environment:
13-
- check to make sure you have git installed
13+
- Check to make sure you have git installed
1414
procedure:
1515
.. include:: /includes/steps/install.rst
1616
summary:

source/tutorials/repo.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
In this guide you will learn how to create a docstools-enabled repository.
99
time: 45
1010
prerequisites:
11-
- access to git
11+
- Access to git
1212
check_your_environment:
13-
- check to make sure you have git installed
13+
- Check to make sure you have git installed
1414
procedure:
1515
.. include:: /includes/steps/repo.rst
1616
summary:

0 commit comments

Comments
 (0)