Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
remove travis, fix url
  • Loading branch information
fooman authored Dec 27, 2020
1 parent 62f36a0 commit 0321110
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ExtDN Installer for Magento 2 modules

[![Build Status](https://travis-ci.org/extdn/installer-m2.svg?branch=master)](https://travis-ci.org/extdn/installer-m2)

![Installer in Action](docs/ProductionModeInstall.gif?raw=true")

The installation of extensions for Magento 2 has a few scenarios to cover depending on your starting position
Expand Down Expand Up @@ -41,7 +39,7 @@ sh -ic "$(curl -sS https://raw.githubusercontent.com/extdn/installer-m2/master/b

#### Oneliner Installation from Fooman Repo
```
sh -ic "$(curl -sS https://raw.githubusercontent.com/extdn/installer-m2/master/bin/oneliner.sh)" -- --template=fooman --repo-url=https://customer-repo.fooman.co.nz/URL-PRIVATE_TOKEN install fooman/emailattachments-m2:^3.0
sh -ic "$(curl -sS https://raw.githubusercontent.com/extdn/installer-m2/master/bin/oneliner.sh)" -- --template=fooman --repo-url=https://customer-repos.fooman.co.nz/URL-PRIVATE_TOKEN install fooman/emailattachments-m2:^3.0
```

### Option 2 - Phar
Expand All @@ -60,7 +58,7 @@ Download and save the [ExtDN_Installer](https://github.com/extdn/installer-m2/ra

#### Phar Installation from Fooman Repo
```
./extdn_installer.phar --template=fooman --repo-url=https://customer-repo.fooman.co.nz/URL-PRIVATE_TOKEN -- install fooman/emailattachments-m2:^3.0
./extdn_installer.phar --template=fooman --repo-url=https://customer-repos.fooman.co.nz/URL-PRIVATE_TOKEN -- install fooman/emailattachments-m2:^3.0
```

## Vendor agnostic
Expand All @@ -74,4 +72,4 @@ the just installed extension was previously installed and is still present in th

If installation is performed in production mode and an error is encountered the site will remain in developer mode.

No Windows support - see #5
No Windows support - see #5

0 comments on commit 0321110

Please sign in to comment.