Added launcher and updated README

This commit is contained in:
DUOLabs333
2021-11-12 21:42:50 -05:00
parent 3108bca989
commit 0d68c8b3a0
2 changed files with 4 additions and 2 deletions

2
.photopea Executable file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
python -m http.server --directory www.photopea.com 8002 --bind 127.0.0.1

View File

@@ -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.