From 5e2db8e712397725e1bc97f134b93c302632f162 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Tue, 26 Oct 2021 15:50:40 +0200 Subject: [PATCH] README: Update installation instruction (still work with previous ones but just to encourage users to switch). --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44ad3bc6a..559d823c8 100644 --- a/README.md +++ b/README.md @@ -142,11 +142,11 @@ 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) ``` Later, if you need to update all repositories: ```sh -$ ./litex_setup.py update +$ ./litex_setup.py --update ``` > **Note:** On MacOS, make sure you have [HomeBrew](https://brew.sh) installed. Then do, ``brew install wget``. @@ -156,7 +156,7 @@ $ ./litex_setup.py update 3. Install a RISC-V toolchain (Only if you want to test/create a SoC with a CPU): ```sh $ pip3 install meson ninja -$ ./litex_setup.py gcc +$ ./litex_setup.py --gcc=riscv ``` 4. Build the target of your board...: