File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2,22 +2,22 @@ title: "Install Xcode from the App Store."
2
2
ref : install-xcode
3
3
content : |
4
4
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.
6
6
7
7
---
8
8
title : Download and install Homebrew
9
9
ref : install-homebrew
10
10
content : |
11
11
12
- You can get homebrew `here <https://brew.sh>`_.
12
+ If homebrew is not installed, download it `here <https://brew.sh>`_.
13
13
14
14
Then run:
15
15
16
16
.. code-block:: sh
17
17
18
18
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
19
19
20
- When this completes, run the following 2 commands:
20
+ When this completes, run the following two commands:
21
21
22
22
.. code-block:: sh
23
23
@@ -35,7 +35,7 @@ content: |
35
35
36
36
brew install python python2
37
37
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:
39
39
40
40
.. code-block:: sh
41
41
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ content: |
101
101
Create the repo you would like to use on GitHub.
102
102
103
103
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.
105
105
106
106
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:
107
107
Original file line number Diff line number Diff line change 1
1
.. guide::
2
- title: Installing MongoDB Build Tools
2
+ title: Installing MongoDB Documentation Build Tools
3
3
author: MongoDB Documentation Team
4
4
type: Deep Dive
5
5
level: intermediate
6
6
product_version: 4.0
7
7
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 .
9
9
time: 45
10
10
prerequisites:
11
- - access to git
11
+ - Access to git
12
12
check_your_environment:
13
- - check to make sure you have git installed
13
+ - Check to make sure you have git installed
14
14
procedure:
15
15
.. include:: /includes/steps/install.rst
16
16
summary:
Original file line number Diff line number Diff line change 8
8
In this guide you will learn how to create a docstools-enabled repository.
9
9
time: 45
10
10
prerequisites:
11
- - access to git
11
+ - Access to git
12
12
check_your_environment:
13
- - check to make sure you have git installed
13
+ - Check to make sure you have git installed
14
14
procedure:
15
15
.. include:: /includes/steps/repo.rst
16
16
summary:
You can’t perform that action at this time.
0 commit comments