diff --git a/out/linux_client/README.md b/out/linux_client/README.md index a5bdd84..09cfed3 100644 --- a/out/linux_client/README.md +++ b/out/linux_client/README.md @@ -22,7 +22,7 @@ Standalone compiled binary distribution for Linux edge servers running systemd. Run the following command on your central LOGAR server to export a client bundle tailored for your environment: ```bash -python Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json +python src/Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json ``` - Replace `` with the reachable IP address or FQDN of your central LOGAR server hub. diff --git a/out/win_client/README.md b/out/win_client/README.md index eb223ca..fcfe04c 100644 --- a/out/win_client/README.md +++ b/out/win_client/README.md @@ -22,7 +22,7 @@ Standalone compiled executable distribution for Windows Server and workstation e Run the following command on your central LOGAR server to export a client bundle tailored for your environment: ```bash -python Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json +python src/Server.py --create-client-config --server-host --server-port 9443 --client-out client_config.json ``` - Replace `` with the reachable IP address or FQDN of your central LOGAR server hub.