Skip to content

Commit 6e14b1a

Browse files
committed
chore: fix jekyll install info
1 parent 708e6bd commit 6e14b1a

1 file changed

Lines changed: 4 additions & 10 deletions

File tree

help/registering/index.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,6 @@ If all is in the green, follow these steps:
226226
Future versions of the plugin manager might also display it within OctoPrint.
227227

228228
**Some general guidelines:**
229-
230229
- Your **short description** should give a user scrolling through the repository a quick idea of what your plugin provides.
231230
Don't write a novel here, but if possible be a bit more verbose than just basically repeating your plugin's name.
232231

@@ -271,17 +270,12 @@ If all is in the green, follow these steps:
271270
[ask on the forum](https://community.octoprint.org/c/development) or in your registration pull request.
272271

273272
4. Ideally, you'll test that your plugin gets listed correctly and the plugin page looks
274-
as expected. For this you'll need to install [Jekyll](http://jekyllrb.com/), which is what [Github Pages](https://pages.github.com/) and hence
275-
the plugin repository uses for rendering the static repository from the source files. Make sure you have at least [Ruby 2.0](https://www.ruby-lang.org/en/)
276-
installed.
277-
278-
Github offers [a nice setup guide](https://help.github.com/articles/using-jekyll-with-pages/) that makes sure you
279-
have the exact versions of everything you need to run.
273+
as expected. For this you'll need to install [Jekyll](http://jekyllrb.com/), which is what the plugin repository uses for
274+
rendering the static repository from the source files.
280275

281276
<div class="alert">
282-
<strong>Note:</strong> If you want to install Jekyll on Windows, you might want to give <a href="http://jekyll-windows.juthilo.com/">this step-by-step guide</a>
283-
a look. You might run into some issues with the <code>hitimes</code> gem since at the time of writing this it hasn't yet
284-
been adapted to the changes introduced in Ruby 2.2. If this is the case, take a look <a href="http://stackoverflow.com/questions/28985481/hitimes-require-error-when-running-jekyll-serve-on-windows-8-1">here</a>.
277+
<strong>Note:</strong> If you want to install Jekyll on Windows, you might want to give <a href="https://jekyllrb.com/docs/installation/windows/">this guide</a>
278+
a look.
285279
</div>
286280

287281
After installing Jekyll, a simple

0 commit comments

Comments
 (0)