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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This makes the documentation super easy to edit and allows developers to run a l
21
21
The cfdocs.org site can run locally very easily thanks to CommandBox.
22
22
23
23
1. Go download [CommandBox](https://www.ortussolutions.com/products/commandbox) if you do not have it already.
24
-
2. Download this repository and extract it to a folder, or clone it from this repository.
24
+
2. Download this repository and extract it to a folder, or clone it from this repository.
25
25
3. Make a copy of `.env.example` and name it `.env`. This contains required environment variables. [learn more](https://github.com/commandbox-modules/commandbox-dotenv)
26
26
4. Run `box server start` from Command Prompt or Terminal in the root directory.
27
27
@@ -41,7 +41,7 @@ CFDocs.org is meant to be a quick reference so keep it short and sweet. E.g. att
41
41
42
42
1. Browse the [data/en/](https://github.com/foundeo/cfdocs/tree/master/data/en) folder of this repository on GitHub and find the tag or function you want to edit.
43
43
2. Click the edit button (pencil)
44
-
3. Commit
44
+
3. Commit
45
45
4. Send a pull request to merge your change with this repository.
0 commit comments