File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -48,19 +48,21 @@ out the git submodules associated with it:
4848
4949## Build Prerequisites
5050
51- * section last updated 27 Jul 2023 *
51+ * section last updated 06 Sep 2024 *
5252
53- Make sure that `` curl `` is installed. The Debian and Ubuntu `` apt `` command is
54- provided here, but if you use a system with a different package manager, then
55- you must use whatever command is the proper counterpart of this one:
53+ We provide the Debian and Ubuntu `` apt `` commands in this procedure. If you use
54+ a system with a different package manager, then you will have to use different
55+ commands.
56+
57+ #. Install `` curl `` :
5658
5759 apt install curl
5860
59- Install Debian or RPM package dependencies by running the following command :
61+ #. Install package dependencies by running the `` install-deps.sh `` script :
6062
6163 ./install-deps.sh
6264
63- Install the `` python3-routes `` package:
65+ #. Install the `` python3-routes `` package:
6466
6567 apt install python3-routes
6668
You can’t perform that action at this time.
0 commit comments