Skip to content

Commit 118b831

Browse files
authored
Update README.md
1 parent d402246 commit 118b831

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Tests](https://github.com/Mat-O-Lab/ckanext-sso/actions/workflows/test.yml/badge.svg)](https://github.com/Mat-O-Lab/ckanext-sso/actions/workflows/test.yml)
2+
13
# ckanext-sso
24

35
## Introduction
@@ -22,19 +24,19 @@ To install the extension:
2224

2325
1. Activate your CKAN virtual environment, for example:
2426
```bash
25-
     . /usr/lib/ckan/default/bin/activate
27+
. /usr/lib/ckan/default/bin/activate
2628
```
2729
2. Use pip to install package
2830
```bash
29-
   pip install ckanext-sso
31+
pip install ckanext-sso
3032
```
3133
3. Add `sso` to the `ckan.plugins` setting in your CKAN
3234
   config file (by default the config file is located at
3335
   `/etc/ckan/default/ckan.ini`).
3436

3537
4. Restart CKAN. For example, if you've deployed CKAN with Apache on Ubuntu:
3638
```bash
37-
     sudo service apache2 reload
39+
sudo service apache2 reload
3840
```
3941

4042
## Configuration
@@ -65,7 +67,5 @@ Contributions are welcome! Please read our [contributing guide](CONTRIBUTING.md)
6567

6668
This project is licensed under the terms of the [MIT License](LICENSE).
6769

68-
## Contact
69-
70-
If you have any questions, please feel free to reach out to us at [
71-
datHere Support](mailto:support@dathere.com).
70+
# Acknowledgments
71+
The authors would like to thank the developers of the original project https://github.com/dathere/ckanext-sso.

0 commit comments

Comments
 (0)