diff --git a/README.md b/README.md index 1a291ee..683e6bf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ > [!TIP] > Full presentation with examples can be found [here](https://github.com/MrToWy/BachelorKolloquium/) +# Setup your repository +1. Click on "Create a new repository" -# Install +![Enable GitHub Pages](enable_gh_pages.png) +2. Consider giving this repository a star, so you can find it later in your starred repositories +3. Enable GitHub Pages in your repository settings +![Create new Repo](create_new_repo.png) +4. Edit index.qmd to your needs + + +# Install Quarto https://quarto.org/docs/get-started/ ## Render to HTML diff --git a/create_new_repo.png b/create_new_repo.png new file mode 100644 index 0000000..b0fca2e Binary files /dev/null and b/create_new_repo.png differ diff --git a/enable_gh_pages.png b/enable_gh_pages.png new file mode 100644 index 0000000..9d4887b Binary files /dev/null and b/enable_gh_pages.png differ