README: Add --config to install command.
This commit is contained in:
parent
af26d939d0
commit
6b4d5cd3e1
|
@ -142,7 +142,7 @@ Provides definitions/modules to build cores (bus, bank, flow), cores and tools t
|
||||||
```sh
|
```sh
|
||||||
$ wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
|
$ wget https://raw.githubusercontent.com/enjoy-digital/litex/master/litex_setup.py
|
||||||
$ chmod +x 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:
|
Later, if you need to update all repositories:
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in New Issue