Commit 3f2f3ce7 authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

Issue #3055962 by jhodgdon, amarphule, eojthebrave: Download module/Theme...

Issue #3055962 by jhodgdon, amarphule, eojthebrave: Download module/Theme tar.gz file using command line
parent 871ee674
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -65,7 +65,15 @@ toolbar_ page (https://www.drupal.org/project/admin_toolbar).
image:images/extend-manual-install-download.png["Downloading module files"]
--

. Click _tar.gz_ to download the file to your computer.
. Click _tar.gz_ to download the file to your computer. Alternatively, if you
have terminal access to your hosting server (running Linux), you can copy the
link address for the _tar.gz_ file from your browser, and use this command to
download the file (substituting the copied URL):
+
----
wget https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.26.tar.gz
----


===== Uploading the files to your site and unpacking them