Update 'README.md'

This commit is contained in:
dennis 2020-04-27 18:22:21 +00:00
parent 2b56dc18d8
commit 90f45f4efb

View File

@ -12,28 +12,29 @@ This extension has been developed and is being maintained by [Megaphone Technolo
## Installation (Web UI) ## Installation (Web UI)
1. If you have not already done so, setup Extensions Directory 1. If you have not already done so, setup *Extensions Directory*
1. Go to Administer » System Settings » Directories 1. Go to **Administer » System Settings » Directories**
1. Set an appropriate value for CiviCRM Extensions Directory. For example, for Drupal, [civicrm.files]/ext/ 1. Set an appropriate value for *CiviCRM Extensions Directory*. For example, for Drupal, `[civicrm.files]/ext/`
1. In a different window, ensure the directory exists and is readable by your web server process. 1. In a different window, ensure the directory exists and is readable by your web server process.
1. Click Save. 1. Click **Save**.
1. If you have not already done so, setup Extensions Resources URL 1. If you have not already done so, setup *Extensions Resources URL*
1. Go to Administer » System Settings » Resource URLs 1. Go to **Administer » System Settings » Resource URLs**
1. Beside Extension Resource URL, enter an appropriate values such as [civicrm.files]/ext/ 1. Beside Extension Resource URL, enter an appropriate values such as `[civicrm.files]/ext/`
1. Click Save. 1. Click **Save**.
1. Install Delete Relationship Permission extension 1. Install Delete Relationship Permission extension
1. Go to Administer » Customize Data and Screens » Manage Extensions. 1. Go to **Administer » System Settings » Extensions**.
1. Click on Add New tab. 1. Click on **Add New tab**.
1. If Delete Relationship Permission is not in the list of extensions, manually download it and unzip it into the extensions direction setup above, then return to this page. 1. If Delete Relationship Permission is not in the list of extensions, manually download it and unzip it into the extensions direction setup above, then return to this page.
1. Beside Delete Relationship Permission, click Download. 1. Beside *Delete Relationship Permission*, click **Download**.
1. Review the information, then click Install. 1. Review the information, then click **Install**.
## Installation (CLI, Zip) ## Installation (CLI, Zip)
Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv. Sysadmins and developers may download the .zip file for this extension and install it with the command-line tool cv.
cd <extension-dir> cd `<extension-dir>`
cv dl FIX@FIX
cv dl deleterelationshipperm@https://git.megaphonetech.com/CiviWare/com.megaphonetech.deleterelationshipperm.git
## Installation (CLI, Git) ## Installation (CLI, Git)