We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 823257b + 0e70bdb commit 49c5b02Copy full SHA for 49c5b02
README.md
@@ -28,12 +28,15 @@ You can install and run the server either using Node.js directly or using
28
first approach, for the second approach see the section [use Docker](#use-docker)
29
Section below.
30
31
+**Note**: If using Git for Windows, it is helpful to use the -verbose flag to see the progress of the install.
32
+
33
To install, first install [Node](https://nodejs.org/en/) and then run the following
34
35
```bash
36
$ npm install -g solid-server
37
```
38
39
40
### Run a single-user server (beginner)
41
42
The easiest way to setup `solid-server` is by running the wizard. This will create a `config.json` in your current folder
0 commit comments