From 0d68c8b3a0bb8109fbb1fbb15992690cbe4659a0 Mon Sep 17 00:00:00 2001 From: DUOLabs333 Date: Fri, 12 Nov 2021 21:42:50 -0500 Subject: [PATCH] Added launcher and updated README --- .photopea | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100755 .photopea diff --git a/.photopea b/.photopea new file mode 100755 index 0000000..2e03806 --- /dev/null +++ b/.photopea @@ -0,0 +1,2 @@ +#!/bin/bash +python -m http.server --directory www.photopea.com 8002 --bind 127.0.0.1 diff --git a/README.md b/README.md index 728e96c..5ce2a19 100755 --- a/README.md +++ b/README.md @@ -10,5 +10,5 @@ If there are any issues, please let me know. 1. Download the repository 1. Open a terminal 1. `cd` into the folder where you downloaded it -1. In the folder, type this: `python -m http.server --directory www.photopea.com 8080` -1. Open [http://localhost:8080](http://localhost:8080). It should load and you can use it like normal. +1. In the folder, type this: `./.photopea` +1. Open [http://localhost:8080](http://localhost:8002). It should load and you can use it like normal.