Skip to content

Commit a8d7374

Browse files
quaidsamj
authored andcommitted
Adding the (in)obvious step zero
Going from the paios/README.md to paios/backend/README.md the documentation just missed the intuitive move on the CLI. It took me only 30 seconds to figure out what I'd missed, but seems worth adding the step. Testing these instructions, I do get a running server but not the output example, I'll troubleshoot and ask @samj for guidance if I can't figure it out. It is probably something in my environment? I haven't loaded any test data or etc. so I'm not sure yet where `/user/142` is supposed to be coming from.
1 parent 98b9819 commit a8d7374

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Setup
44

5+
Enter the pAI-OS backend source directory:
6+
7+
cd paios/backed/
8+
59
Create a new python virtual environment (venv) in .venv:
610

711
python3 -m venv .venv

0 commit comments

Comments
 (0)