commit | cf9feb44c485e7f9c60808bb95a189cce92939db | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 22 23:08:25 2024 -0400 |
committer | Davide Pesavento <davidepesa@gmail.com> | Mon Apr 22 23:08:25 2024 -0400 |
tree | 67755bd127d8c92f8abd54f0a56071dcfcac3fc2 | |
parent | 8ccb1d2c1d1bae8c744e304fc60125701510053d [diff] [blame] |
ci: python3-minimal is insufficient Change-Id: I16e4ed2626ccfc68b5a28ab90bf6fabf1237eb7c
diff --git a/INSTALL.md b/INSTALL.md index 8b45bcf..08070d0 100644 --- a/INSTALL.md +++ b/INSTALL.md
@@ -10,9 +10,11 @@ To build in a terminal, change to the directory containing the repo-ng repository. Then enter: - ./waf configure - ./waf - sudo ./waf install +```shell +./waf configure +./waf +sudo ./waf install +``` This builds and installs `ndn-repo-ng` and related tools.