Skip to content

Commit 7327089

Browse files
authored
docs: Update README.md on install gcc10
1 parent 096911a commit 7327089

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,15 @@ Quick Demo: Run with the **same parameter setting** without tuning for different
1515
## 0. Setup
1616

1717
```bash
18-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
19-
sudo apt update && apt install gcc-10 g++-10
18+
sudo apt update && sudo apt install gcc-10 g++-10
2019
sudo apt install libtbb-dev liblz4-dev
2120
```
2221

2322
Dockerfile will be soon available.
2423

25-
Clone and init submodules:
24+
Clone quickly and init submodules:
2625
```bash
27-
git submodule update --init --recursive
26+
git clone --recursive -b main --single-branch https://github.com/KTH-RPL/dufomap.git
2827
```
2928

3029
## 1. Build & Run

0 commit comments

Comments
 (0)