Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e36beae

Browse files
authored
Merge pull request #1 from bpmct/patch-1
slightly clarify documentation
2 parents f241045 + 0a21192 commit e36beae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Almost all the info that you need can be found on the [code-server](https://gith
1717

1818
## Installing
1919

20-
Get the latest release [here](https://github.com/coderpair/vscode-live/releases). Go to the code-server [installation](https://github.com/cdr/code-server/blob/v3.7.3/doc/install.md) page. Refer to the instructions for manual installation for your particular environment.
20+
Get the latest release [here](https://github.com/coderpair/vscode-live/releases). Refer to [code-server's standalone instructions](https://github.com/cdr/code-server/blob/v3.7.3/doc/install.md#standalone-releases) for manual installation on your particular environment.
2121

2222
## Setup
2323

@@ -77,7 +77,7 @@ firebase-databaseURL: 'https://<DATABASE_NAME>.firebaseio.com'
7777
firebase-ref: '-MCyz2LOkxQUSJBASlcG'
7878
users: {
7979
robert: {password: pswd1, role: admin},
80-
sara: {password: pswd2, role: user}
80+
sara: {password: pswd2, role: user},
8181
leonardo: {password: pswd3, role: user}
8282
}
8383
```

0 commit comments

Comments
 (0)