Skip to content

Commit 63c890d

Browse files
committed
[exoframe-server] Update link to quick start guide, cleanup readme
1 parent 6411716 commit 63c890d

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/exoframe-server/README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,11 @@ Exoframe is a self-hosted tool that allows simple one-command deployments using
1313

1414
## Installation, usage and docs
1515

16-
For more details on how to get it up and running please follow the following link [how to setup exoframe-server](https://github.com/exoframejs/exoframe/tree/master/docs).
16+
For more details on how to get it up and running please follow the [quick start guide](https://exoframejs.github.io/exoframe/docs/getting-started/quick-start).
1717

1818
## Development
1919

2020
```bash
21-
# Start the development setup:
22-
npm run docker:start
23-
24-
# Run something inside of the exoframe container:
25-
npm run docker:exec [command]
26-
2721
# Test your code:
2822
npm run lint
2923
npm test

0 commit comments

Comments
 (0)