We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32e196f commit 3d69cbeCopy full SHA for 3d69cbe
bin/install-password-argon2
@@ -22,7 +22,7 @@ git clone https://github.com/P-H-C/phc-winner-argon2.git libargon2
22
# compile
23
pushd libargon2
24
make test
25
-make install PREFIX=$LIBARGON2_INSTALL_DIR
+sudo make install PREFIX=$LIBARGON2_INSTALL_DIR
26
popd
27
28
0 commit comments