Skip to content

Commit e107efe

Browse files
committed
README: Minor improvement to Ubuntu quickstart
Strictly speaking, `git` may need to be installed to on a fresh Ubuntu system, so reorder the git clone and apt install steps, and add git to the latter. Signed-off-by: Hanno Becker <[email protected]>
1 parent be3cadc commit e107efe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ bounds accesses, nor integer overflows during optimized modular arithmetic.
2222
## Quickstart for Ubuntu
2323

2424
```bash
25+
# Install base packages
26+
sudo apt-get update
27+
sudo apt-get install make gcc python3 git
28+
2529
# Clone mlkem-native
2630
git clone https://github.com/pq-code-package/mlkem-native.git
2731
cd mlkem-native
2832

29-
# Install base packages
30-
sudo apt-get update
31-
sudo apt-get install make gcc python3
32-
3333
# Build and run base tests
3434
make quickcheck
3535

0 commit comments

Comments
 (0)