aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStarscouts <starscouts@equestria.dev>2024-07-14 14:28:01 +0200
committerStarscouts <starscouts@equestria.dev>2024-07-14 14:28:01 +0200
commit361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2 (patch)
treef559784cd9a076c27fa6cd904641176efec89a6a /README.md
parent1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f (diff)
downloadfaunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.tar.gz
faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.tar.bz2
faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.zip
Fixes for WindowsHEADmane
Diffstat (limited to 'README.md')
-rw-r--r--[-rwxr-xr-x]README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 67b5128..b27e993 100755..100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
A browser and search engine for local copies of various image boards (e621, Derpibooru, Furbooru, ...)
## Development
-Assuming you are using macOS or Linux. Other POSIX systems won't work as Electron does not have binaries for these.
+Assuming you are using macOS, Windows or Linux. Other POSIX systems won't work as Electron does not have binaries for these.
### Cloning
```
@@ -27,5 +27,6 @@ npm run debug-updater
### Building
```
# This will run 'npm audit fix' and 'npm install' to update dependencies if needed
-npm run release
+npm run release-unix # For Unix systems
+npm run release-win # For Windows
```