Update README.md

This commit is contained in:
brmnjsh 2019-03-14 17:43:31 -04:00 committed by GitHub
parent ac2f1d7b6f
commit 0eb10c67ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ braid:
* `compose rm braid` removes the default braid container
* `tsc` transpiles the typescript in braid into javascript
* `compose build braid` builds the braid container based on the latest transpiled javascript files
* `comopose up -d` builds the braid container based on the files in the braid folder, overriding the defaul braid build container
* `comopose up -d` builds the braid container based on the files in the braid folder, overriding the default braid build container
* you can see if braid is running by typing in `https://ysbraid.localhost:8443`
* to connect to braid you need to use the url `wss://ysbraid.localhost:8443?token={token}`
* the token is generated in the application that you're connecting to the braid app with (currently only measure has an implementation for this)