diff --git a/README.md b/README.md index dc00efee..762be37a 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,13 @@ Features in Vector model: ```sh cd target/debug/fluidb-bin ``` -6. Running REPL fluidb +6. Running server fluidb ```sh - cd target/debug/fluidb-bin repl + ./fluidb-bin server + ``` +7. Running REPL fluidb in new tab in terminal + ```sh + ./fluidb-bin repl ```