Skip to content

Commit afd6868

Browse files
committed
quickstart readme
1 parent 6bd6f7b commit afd6868

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

quickstart/README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@ To start the Restack, use the following Docker command:
1616
docker run -d --pull always --name restack -p 5233:5233 -p 6233:6233 -p 7233:7233 ghcr.io/restackio/restack:main
1717
```
1818

19-
## Install dependencies and start services
19+
## Start python shell
2020

2121
```bash
22-
poetry env use 3.10
22+
poetry env use 3.10 && poetry shell
2323
```
2424

25-
```bash
26-
poetry shell
27-
```
25+
## Install dependencies
2826

2927
```bash
3028
poetry install

0 commit comments

Comments
 (0)