Skip to content

Commit

Permalink
Update MANUAL-DOWNLOAD-INSTALL.md
Browse files Browse the repository at this point in the history
Fix Signifyd library installation instructions
  • Loading branch information
ebanolopes authored Dec 27, 2021
1 parent 887fb03 commit 8610bd0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/MANUAL-DOWNLOAD-INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,14 @@ On the downloaded files, not on GitHub repository, check the [MAGENTO_ROOT]/app/

https://github.com/signifyd/php/releases

Uncompress the file contents into the folder [MAGENTO_ROOT]/app/code/Signifyd/Core of your Magento instance.
Uncompress the file and move the contents of lib folder into the folder [MAGENTO_ROOT]/app/code/Signifyd of your Magento instance. On Unix like systems the coomand looks like:

```
cd [signifyd_php_uncompressed_directory]
mv lib/* [MAGENTO_ROOT]/app/code/Signifyd
```

At this point, when listing the [MAGENTO_ROOT]/app/code/Signifyd folder it's expected to see these directories: Connect, Core, Models, Tests.

Check if you are using production mode:

Expand Down

0 comments on commit 8610bd0

Please sign in to comment.