README: Add --config to install command.

This commit is contained in:
Florent Kermarrec 2022-01-26 14:51:54 +01:00
parent af26d939d0
commit 6b4d5cd3e1
1 changed files with 1 additions and 1 deletions

View File

@ -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