Skip to content

Commit

Permalink
Added CMD.exe instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
David Hovstadius committed Oct 10, 2024
1 parent e7b3012 commit 4594658
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ Start a client (using a 10-split and the 1st partition) by running the following
.. code-tab:: bash
:caption: Windows (CMD.exe)

set FEDN_PACKAGE_EXTRACT_DIR=.\package
set FEDN_PACKAGE_EXTRACT_DIR=.\package\\
set FEDN_NUM_DATA_SPLITS=10
set FEDN_DATA_PATH=.\data\clients\1\mnist.pt
set FEDN_DATA_PATH=.\data\\clients\\1\\mnist.pt
fedn client start -in client.yaml --secure=True --force-ssl


Expand Down

0 comments on commit 4594658

Please sign in to comment.