diff --git a/README.md b/README.md index 81d25ae..7101445 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SWITCHBOARD -- EUDAT/B2DROP integration +# LR SWITCHBOARD -- EUDAT/B2DROP integration Code Repository for the B2DROP plugin to bridge to the CLARIN Language Resources Switchboard. # Module Description @@ -14,10 +14,14 @@ from the cloud, and processes it as usual. 1. on your B2DROP server go to the /apps directory 2. git clone this repository using - ```git clone https://github.com/clarin-eric/B2Drop2LRSwitchboard.git lrswitchboardbridge ``` + ```git clone https://github.com/clarin-eric/B2Drop2LRSwitchboard.git switchboardBridge ``` -3. in the apps folder, execute: mv B2Drop2LRSwitchboard switchboardBridge -4. enable the app on the B2DROP/nextcloud web interface. The menu item for managing the apps is hidden in the collapsible menu under the avatar icon on the top-right corner. +3. enable the app on the B2DROP/nextcloud web interface. The menu item for + managing the apps is hidden in the collapsible menu under the avatar icon on + the top-right corner. ALTERNATIVELY, use: + + ```php occ app:enable switchboardBridge ``` + # Website