From 4427abec2dc56f9953677abb5619eac4f173f231 Mon Sep 17 00:00:00 2001 From: DUOLabs Date: Tue, 2 Feb 2021 10:06:13 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76fc5fa..8347502 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,8 @@ The creator of [Photopea](https://www.photopea.com/), a great free alternative t If there are any issues, please let me know. On my to-do list is to get text working, as the fonts are saved on an external server and are not loaded into the browser when the website loads, but rather as you need it. ## How to use -Download the repo, go to [index.html](www.photopea.com/index.html), and open it in your browser. It should load and you can use it like normal. +1. Download the repository +1. Open a terminal +1. `cd` into the folder where you downloaded it +1. In the folder, type `python -m http.server` +1. Open [http://localhost:8000/www.photopea.com/](http://localhost:8000/www.photopea.com/). It should load and you can use it like normal.