Skip to content

Commit f57ad64

Browse files
authored
Merge pull request #606 from pq-code-package/readme_update2
README: Minor improvement to Ubuntu quickstart
2 parents be3cadc + e107efe commit f57ad64

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)