diff options
author | Starscouts <starscouts@equestria.dev> | 2024-07-14 14:28:01 +0200 |
---|---|---|
committer | Starscouts <starscouts@equestria.dev> | 2024-07-14 14:28:01 +0200 |
commit | 361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2 (patch) | |
tree | f559784cd9a076c27fa6cd904641176efec89a6a /README.md | |
parent | 1bbe60d3a237cfe99dc6d1a3aa14de542668dc6f (diff) | |
download | faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.tar.gz faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.tar.bz2 faunerie-361fe53a7e8a48e42ac8d7f4c07f33bf4ed178e2.zip |
Diffstat (limited to 'README.md')
-rw-r--r--[-rwxr-xr-x] | README.md | 5 |
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 ``` |