From 5de007b385da1721f08c1c9f417ebe43cfc221f6 Mon Sep 17 00:00:00 2001 From: Chris McCafferty <cilefen@gmail.com> Date: Fri, 23 Jun 2017 14:41:02 -0400 Subject: [PATCH] Issue #2888296 by jalpesh: Incorrect filename in INSTALL doc --- core/INSTALL.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/INSTALL.txt b/core/INSTALL.txt index 74ceed95d124..5d5525b1af08 100644 --- a/core/INSTALL.txt +++ b/core/INSTALL.txt @@ -88,7 +88,7 @@ INSTALLATION directory within your web server's document root or your public HTML directory, continue with this command: - mv drupal-x.y.z/* drupal-x.y.z/.htaccess drupal-x.y.z/.csslintrc drupal-x.y.z/.editorconfig drupal-x.y.z/.eslintignore drupal-x.y.z/.eslintrc drupal-x.y.z/.gitattributes /path/to/your/installation + mv drupal-x.y.z/* drupal-x.y.z/.htaccess drupal-x.y.z/.csslintrc drupal-x.y.z/.editorconfig drupal-x.y.z/.eslintignore drupal-x.y.z/.eslintrc.json drupal-x.y.z/.gitattributes /path/to/your/installation You can also download the latest version of Drupal using Git on the command line and set up a repository by following the instructions at -- GitLab