From c10f91e4b426aa8d5b80b1605fc0f1cd9f6744bc Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Sun, 28 May 2023 20:51:42 +0200 Subject: [PATCH] Update README.md. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f3a14e3..99c28ae 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ Subsequent starts will fetch the data asynchronously, so you can start working i ## Run via GitHub pages & GitHub workflows Create a GitHub account and pick a username. Below, we assume your user name is `hotprices123`. **Replace `hotprices123` with your real username everywhere you see it below** -2. Fork this repository and name the repository `hotprices123.github.io`. +1. Log in to your GitHub account. +2. [Fork](https://github.com/badlogic/heissepreise/fork) this repository and name the repository `hotprices123.github.io`. 3. In your forked repository, go to `Settings > Pages`, then under `Branch` select the `main` branch, and the `docs/` directory as shown in this screenshot. ![docs/github-pages.png](docs/github-pages.png) 3. In your forked repository, go to `Settings > Actions > General`, then under `Workflow permissions`, select `Read and write permissions` as shown in this screenshot.