Skip to content

Commit e5102b1

Browse files
committed
Auto stash before merge of "main" and "origin/main"
1 parent de7d4ed commit e5102b1

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,24 @@ which are free for public repositories.
2626

2727
### Creating a new repository
2828

29-
First, ....
30-
You need a GitHub account and to create a new repository from this
31-
template. Once you are logged in, click on:
29+
First, you need to create a new repository by clicking on the
30+
[*Use this template*](https://github.com/new?template_name=manim-slides-starter&template_owner=jeertmans)
31+
button.
3232

3333
<p align="center">
34-
<picture>
35-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/jeertmans/manim-slides-starter/assets/27275099/dabb51b9-77f1-45e7-833b-d53c8af0a7d0">
36-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/jeertmans/manim-slides-starter/assets/27275099/75045605-fce0-46d0-98e0-8a85cec907cb">
37-
<img width="50%" alt="Creating a new repository from this template" src="https://github.com/jeertmans/manim-slides-starter/assets/27275099/75045605-fce0-46d0-98e0-8a85cec907cb">
38-
</picture>
34+
<picture>
35+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/jeertmans/manim-slides-starter/assets/27275099/dabb51b9-77f1-45e7-833b-d53c8af0a7d0">
36+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/jeertmans/manim-slides-starter/assets/27275099/75045605-fce0-46d0-98e0-8a85cec907cb">
37+
<img width="65%" alt="Creating a new repository from this template" src="https://github.com/jeertmans/manim-slides-starter/assets/27275099/75045605-fce0-46d0-98e0-8a85cec907cb">
38+
</picture>
3939
</p>
4040

41+
> NOTE: if you want to have a private repository, you will probably need
42+
a GitHub Pro account.
4143
### Customizing your presentation
4244

45+
### Your presentation
46+
4347
By default, the generated presentation is obtained from the
4448
[`slides.py`](./slides.py) file, uses Manim Community Edition,
4549
and renders the following scenes: `Introduction`, `WithTeX`,
@@ -60,6 +64,8 @@ https://github.com/jeertmans/manim-slides-starter/blob/bd59f1e3da1eb12e2587898aa
6064
6165
## Where is the output?
6266

67+
If everything goes well,
68+
6369
On every commit to the `main` branch, a new deployment action should be
6470
triggered. If that is not the case, inspect the [actions](../../actions) tab for
6571
any error message. You can also manually trigger a deployment by clicking on

0 commit comments

Comments
 (0)