diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-03-12 08:26:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 08:26:51 +0100 |
commit | 8262556dd809babdbc75369dae654eca7f021964 (patch) | |
tree | 58fdfa8a00e2b0804e55cbf031bf225c39b02e43 /README.md | |
parent | f892294239101aecc21a45629eb1d10bd89fba0b (diff) | |
parent | 36bc37913a928829e0602e845a84a1b965a6fef9 (diff) | |
download | vyos-1x-8262556dd809babdbc75369dae654eca7f021964.tar.gz vyos-1x-8262556dd809babdbc75369dae654eca7f021964.zip |
Merge pull request #767 from erkin/current
readme: Correct pipenv instruction to install dev packages
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ The guidelines in a nutshell: Tests are executed at build time, you can also execute them by hand with: ``` -pipenv install +pipenv install --dev pipenv shell make test ``` |