summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorpsychocrypt <psychocryptHPC@gmail.com>2018-01-13 20:13:42 +0100
committerGitHub <noreply@github.com>2018-01-13 20:13:42 +0100
commit815246741c9e918b37231166f3a1d5e2d034c8e8 (patch)
treedaed7f2267d8ee491f02b94a8704a2b650e3703f /doc
parent2c1b5295a9601531f7eba977e0348735800690da (diff)
parenta1bd6c2a576111d78c67fba6fd0aa16e1d68fc63 (diff)
downloadxmr-stak-815246741c9e918b37231166f3a1d5e2d034c8e8.zip
xmr-stak-815246741c9e918b37231166f3a1d5e2d034c8e8.tar.gz
Merge pull request #864 from Morganamilo/master
Add --needed to pacman install
Diffstat (limited to 'doc')
-rw-r--r--doc/compile_Linux.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/compile_Linux.md b/doc/compile_Linux.md
index 5a1e762..8d48e72 100644
--- a/doc/compile_Linux.md
+++ b/doc/compile_Linux.md
@@ -25,7 +25,7 @@
make install
# Arch
- sudo pacman -S base-devel hwloc openssl cmake libmicrohttpd
+ sudo pacman -S --needed base-devel hwloc openssl cmake libmicrohttpd
git clone https://github.com/fireice-uk/xmr-stak.git
mkdir xmr-stak/build
cd xmr-stak/build
OpenPOWER on IntegriCloud