From a1b9d035360a161d9b5447963334ae8aecd21f4f Mon Sep 17 00:00:00 2001 From: William Turrell Date: Tue, 25 Oct 2016 13:24:47 +0100 Subject: [PATCH] Fix typos, make minor phrasing improvements --- installation/upgrade.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installation/upgrade.html b/installation/upgrade.html index 8547323c2..dc4e55e0b 100644 --- a/installation/upgrade.html +++ b/installation/upgrade.html @@ -67,7 +67,7 @@

I just downloaded and installed the zip file

from the root of your application folder structure.

- If have to upgrade from an earlier version, you have to manually remove the following folders: + If you have to upgrade from an earlier version, you must manually remove the following folders:

$ rm -rf fuel/core/ docs/
 $ rm -rf fuel/packages/auth/ fuel/packages/email/ fuel/packages/oil/
 $ rm -rf fuel/packages/orm/ fuel/packages/parser/ fuel/vendor/
@@ -80,10 +80,10 @@ 

I just downloaded and installed the zip file

My project is in its own repository, including the framework files

Use the same procedure. Download the zip, and replace the files. Having them in a repository - gives you the benefit though to see the diff's, which makes it easier to work with the changelog + gives you the benefit though to see the diffs, which makes it easier to work with the changelog to make the required modifications your application (if needed).

-

Note that if you (still) use SubVersion, pay attention to the hidden svn directories in each folder. Don't delete them when replacing the files!

+

Note that if you (still) use SubVersion, pay attention to the hidden `.svn` directories in each folder. Don't delete them when replacing the files!

My project is in its own repository, I use submodules for the FuelPHP repositories