mirror of
https://gitlab.com/sbrl/GalleryShare.git
synced 2018-06-12 22:45:16 +00:00
Fix typo
This commit is contained in:
parent
1013d748c2
commit
3c9c3580db
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ If you're on Linux or Mac, you'll need to install the [mono](http://www.mono-pro
|
|||
|
||||
If you're on Windows, you'e already got everything installed that you need, though it should be noted that due to a ridiculous quirk in the way `System.Net.HttpListener` works, you'll need to run GalleryShare as an administrator! If you use the mono runtime (Yes, it is available for Windows too!), you shouldn't experience this problem though.
|
||||
|
||||
Once you've got yourself setup, simply execute `GalleryShare.exe`, and it'll start the GalleryShare server. Type `./GalleryShare.exe --help` to learn more about the different options provided, such as a way to change the port GalleryShare listens on, or the diredctyory GalleryShare serves from.
|
||||
Once you've got yourself setup, simply execute `GalleryShare.exe`, and it'll start the GalleryShare server. Type `./GalleryShare.exe --help` to learn more about the different options provided, such as a way to change the port GalleryShare listens on, or the directory GalleryShare serves from.
|
||||
|
||||
## :hourglass_flowing_sand: Stay up to date!
|
||||
If you like GalleryShare and want to keep it, add the folder GalleryShare resides in to your system's PATH, or create a batch / bash file that calls it for you. TO kepe up-to-date on GalleryShare releases, I find [Sibbell](https://about.sibbell.com/) useful for sending me notifications about new releases from my GitHub stars.
|
||||
|
|
Loading…
Reference in a new issue