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: CONTRIBUTING.md
+7-18Lines changed: 7 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,8 @@ mdl your_markdown_filename
76
76
77
77
## Previewing your changes locally
78
78
79
-
Extensive instructions for building and viewing the pages locally can be found [here](https://carpentries.github.io/lesson-example/setup.html). To get started quickly, run
79
+
Please preview changes on your machine before pushing them to GitHub.
80
+
To do so, you need to install the software described below.
80
81
81
82
```bash
82
83
# apt (Ubuntu/Devian)
@@ -90,7 +91,7 @@ or
90
91
sudo dnf install rubygem-bundler ruby-devel
91
92
```
92
93
93
-
Alternatively, there's an environment file available which can be installed in conda with:
94
+
Alternatively, there is an environment file available which can be installed with:
0 commit comments