You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ You can directly submit a pull request using the fork-and-pull workflow to add a
11
11
## Theme Colophon
12
12
Theme courtesy of https://mmistakes.github.io/so-simple-theme/
13
13
14
-
## To Build Locally (Mac only)
14
+
## To Build Locally (MacOS)
15
15
16
16
Test your additions and changes to content by running a local build.
17
17
@@ -61,9 +61,9 @@ Once you have completed preparing your environment, then you can build locally a
61
61
> ***TIP***
62
62
> Leave the serve terminal open and running. Every time you save changes to a file, it automatically regenerates the site so you can test the output immediately. The only file where changes require a restart is the `_config.yml` file.
63
63
64
-
## To build locally (Docker required)
64
+
## To Build Locally (Docker)
65
65
66
-
1. Install Docker Community Version.
66
+
1. Install [Docker Community Version](https://www.docker.com/community-edition).
67
67
68
68
2. In the root directory where the `docslikecode` repo is cloned, create a file named `Dockerfile` containing:
0 commit comments