Skip to content

Commit cf2e716

Browse files
authored
Update README.md
Updated tutorial to inform Windows users of GitBash to use -verbose command. The installation process feels like its hung up because it doesn't show installation progress. Using this command allows us to identify any trival matters. **Note**: If prompted for an SSL key and certificate, follow the instructions below.
1 parent 823257b commit cf2e716

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@ You can install and run the server either using Node.js directly or using
2828
first approach, for the second approach see the section [use Docker](#use-docker)
2929
Section below.
3030

31+
**Note**: If using GitBash, it is helpful to use the -verbose flag to see the progress of the install.
32+
3133
To install, first install [Node](https://nodejs.org/en/) and then run the following
3234

3335
```bash
3436
$ npm install -g solid-server
3537
```
3638

39+
3740
### Run a single-user server (beginner)
3841

3942
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

Comments
 (0)