From 6b4d5cd3e1f1660c2ca49edae8adcea3e8a16c15 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Wed, 26 Jan 2022 14:51:54 +0100 Subject: [PATCH] README: Add --config to install command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ade2d9dc..bb57fa848 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Provides definitions/modules to build cores (bus, bank, flow), cores and tools t ```sh $ wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py $ chmod +x litex_setup.py -$ ./litex_setup.py --init --install --user (--user to install to user directory) +$ ./litex_setup.py --init --install --user (--user to install to user directory) --config=(minimal, standard, full) ``` Later, if you need to update all repositories: ```sh