Pretty sure you need elevated command prompt in windows..

To do anything nowadays.
This commit is contained in:
John McLear 2020-02-14 23:36:13 +00:00 committed by GitHub
parent 7950d336eb
commit 74fa47e295
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ You'll need [node.js](https://nodejs.org) and (optionally, though recommended) g
1. Grab the source, either
- download <https://github.com/ether/etherpad-lite/zipball/master>
- or `git clone --branch master https://github.com/ether/etherpad-lite.git`
2. start `bin\installOnWindows.bat`
2. With a "Run as administrator" command prompt execute `bin\installOnWindows.bat`
Now, run `start.bat` and open <http://localhost:9001> in your browser.