From 66e3340de89c6e5a21869504eb6e98f5a4e40980 Mon Sep 17 00:00:00 2001 From: Joey Hewitt Date: Mon, 15 Dec 2014 00:33:23 -0700 Subject: [PATCH] quote the pip specifier `fish` shell interprets the hash in #md5 as the start of a comment --- download.html | 2 +- download.html.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/download.html b/download.html index f23b23f..773ee42 100644 --- a/download.html +++ b/download.html @@ -87,7 +87,7 @@

Latest release: Electrum-1.9.8

  • Install python-qt4 and pip:
    sudo apt-get install python-qt4 python-pip
  • On Ubuntu 13.10 do:
    sudo apt-get install python-slowaes
  • Install electrum:
    - sudo pip install https://download.electrum.org/Electrum-1.9.8.tar.gz#md5=e3918fec0254267f08e41a1fb8691382
  • + sudo pip install 'https://download.electrum.org/Electrum-1.9.8.tar.gz#md5=e3918fec0254267f08e41a1fb8691382'
  • Run:
    electrum
  • diff --git a/download.html.template b/download.html.template index f351e87..aa1e578 100644 --- a/download.html.template +++ b/download.html.template @@ -87,7 +87,7 @@
  • Install python-qt4 and pip:
    sudo apt-get install python-qt4 python-pip
  • On Ubuntu 13.10 do:
    sudo apt-get install python-slowaes
  • Install electrum:
    - sudo pip install https://download.electrum.org/Electrum-##VERSION##.tar.gz#md5=##md5_tgz##
  • + sudo pip install 'https://download.electrum.org/Electrum-##VERSION##.tar.gz#md5=##md5_tgz##'
  • Run:
    electrum