diff --git a/source/en/extend-manual-install.txt b/source/en/extend-manual-install.txt
index 0062f2b..6862084 100644
--- a/source/en/extend-manual-install.txt
+++ b/source/en/extend-manual-install.txt
@@ -66,7 +66,14 @@ image:images/extend-manual-install-download.png["Downloading module files"]
 --
 
 . Click _tar.gz_ to download the file to your computer.
-
+. Or right-click on a highlighted tar-gz file click on "Copy link address".
+. Go to Drupal project root module/theme directory respectively use 'wget copied-link-address'
+. For example, the admin module write command and press Enter: 
++
+----
+  wget https://ftp.drupal.org/files/projects/admin_toolbar-8.x-1.26.tar.gz
+----
+ 
 ===== Uploading the files to your site and unpacking them
 
 . If you are adding a new module or theme, create subdirectories in your
