From aa42e93154cebae2a78e2fcf18c0975f9a2305d4 Mon Sep 17 00:00:00 2001 From: Richard Bowman Date: Thu, 28 Nov 2024 11:14:27 +0000 Subject: [PATCH] Correct command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f34a5081..234c0c87 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,10 @@ You can manage the server with the `ofm` command, using `ofm start`, `ofm stop`, ofm stop ofm activate cd /var/openflexure -sudo -u openflexure-ws openflexure-microscope-server -c settings/microscope_configuration.json +sudo -u openflexure-ws openflexure-microscope-server -c microscope_configuration.json --host 0.0.0.0 --port 5000 ``` -Our favourite way of working with the server on a Pi is to follow the instructions above, then open a VSCode Remote session from another computer. This allows you to use your usual developer environment to write code, but everything runs on the Raspberry Pi with real hardware. Note that `ofm develop` uses an `https://` address for the git repository, so you will probably need to change the "remote" URL to your fork of the repository, or to SSH, before you're able to push changes. +Our favourite way of working with the server on a Pi is to follow the instructions above, then open a VSCode Remote session from another computer. This allows you to use your usual developer environment to write code, but everything runs on the Raspberry Pi with real hardware. Note that the repository is cloned by default over `https`, so you will probably need to change the "remote" URL to your fork of the repository, or to SSH, before you're able to push changes. ### Updating just the web app