Skip to content

Commit 92a8fb1

Browse files
committed
Just Minor changes
1 parent 922a3ec commit 92a8fb1

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

+4-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,10 @@
11
# Configuring openedx_edly_discussion in your edx platform through script (short way)
22
Just navigate to your `lms-shell`
3-
and download the following script file using the following command in the `edx-platform` directory
3+
and run the following command in the `edx-platform` directory
44

5-
`curl -o integrator.sh https://raw.githubusercontent.com/edly-io/openedx-edly-discussion/add_configuration_scripts/scripts/integrator.sh`
6-
7-
Then change the permissions of the downloaded file
8-
9-
`sudo chmod +x integrator.sh`
10-
11-
Now execute the script
12-
13-
`./integrator.sh`
5+
```
6+
curl https://raw.githubusercontent.com/edly-io/openedx-edly-discussion/add_configuration_scripts/scripts/integrator.sh | bash
7+
```
148

159
After that do the following steps
1610

0 commit comments

Comments
 (0)