Loading index.md +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ please see [the setup instructions]({{ page.root }}/setup/). > > 0. Don't panic. > 1. Create a new lesson by using GitHub Import, *not* by forking. > 2. Run `bin/lesson_inititialize.py` *once* in a new lesson repository to set up standard files. > 2. Run `bin/lesson_initialize.py` *once* in a new lesson repository to set up standard files. > 3. Run `make lesson-check` to check that the lesson is formatted correctly. > 4. Put lesson episodes in `_episodes` (or `_episodes_rmd` if you are writing in RMarkdown). > 5. Run `make serve` to preview the lesson website locally. Loading Loading
index.md +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ please see [the setup instructions]({{ page.root }}/setup/). > > 0. Don't panic. > 1. Create a new lesson by using GitHub Import, *not* by forking. > 2. Run `bin/lesson_inititialize.py` *once* in a new lesson repository to set up standard files. > 2. Run `bin/lesson_initialize.py` *once* in a new lesson repository to set up standard files. > 3. Run `make lesson-check` to check that the lesson is formatted correctly. > 4. Put lesson episodes in `_episodes` (or `_episodes_rmd` if you are writing in RMarkdown). > 5. Run `make serve` to preview the lesson website locally. Loading