Skip to content

Commit

Permalink
change read me on install process
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigomanara committed Oct 28, 2017
1 parent 5c4253a commit 84ff923
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ CLI still need to add the validations but for now it does the job to find the fi

> composer install
<pre><code>
{
<pre><code>
{
"name": "opencart/opencart",
.....
},
Expand All @@ -26,8 +26,8 @@ CLI still need to add the validations but for now it does the job to find the fi
"post-update-cmd": [
"Rmanara\\Lib\\Installer::Init"
]
}
}
}
}
</code> </pre>

After the installation you will a notification saying:
Expand All @@ -36,7 +36,9 @@ file console ready
now you can run the cli to export the extension files that you were working on

> php console app:export {filename}
> php console app:build
> php console app:data {dump|optmise}
it will build the folder **"/temp_extension"** and put all file that has that name in it

0 comments on commit 84ff923

Please sign in to comment.