From 4b3a7e3f94aa8683b9eb534d18cfe3f29c9eb060 Mon Sep 17 00:00:00 2001 From: hasan7n Date: Wed, 12 Jun 2024 18:49:04 +0200 Subject: [PATCH] fix markdown ordered list --- docs/fl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fl.md b/docs/fl.md index 39e5f32..a3ff3ae 100644 --- a/docs/fl.md +++ b/docs/fl.md @@ -12,7 +12,7 @@ The new MedPerf code has been moved to a new branch. To update your MedPerf inst rm -rf medperf/ ``` -2. Re-install MedPerf: +1. Re-install MedPerf: ```bash git clone https://github.com/hasan7n/medperf @@ -21,7 +21,7 @@ git checkout fl-poc pip install -e ./cli --force-reinstall ``` -3. The monitoring tool is not necessary for training. But in case you still plan to use it, re-install it as follows: (Make sure you are in the `medperf` folder) +1. The monitoring tool is not necessary for training. But in case you still plan to use it, re-install it as follows: (Make sure you are in the `medperf` folder) ```bash pip install -e scripts/monitor