Skip to content

Commit a01a558

Browse files
committed
Update urls and info in README
1 parent 48c15e7 commit a01a558

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ You can install the theme using any of the methods below.
1010

1111
Add the following lines in the `composer.json` file that is located in your
1212
SimpleSAMLphp installation:
13+
14+
If you want to use [composer](https://getcomposer.org/) to install this theme
15+
you need to edit `composer.json` file that is located in your SimpleSAMLphp
16+
installation. Check the following example, that includes all the necessary
17+
additions for the installation of the **simplesamlphp-module-themevanilla v1.0.0**.
18+
1319
```
1420
"require": {
1521
@@ -32,9 +38,10 @@ SimpleSAMLphp installation:
3238
"package": {
3339
"name": "rciam/css",
3440
"version": "1.0.0",
35-
"dist": {
41+
:w
42+
"dist": {
3643
"type": "zip",
37-
"url": "https://github.com/rciam/simplesamlphp-module-themevanilla/files/1642891/css.zip"
44+
"url": "https://github.com/rciam/simplesamlphp-module-themevanilla/releases/download/v1.0.0/css.zip"
3845
}
3946
}
4047
},
@@ -45,7 +52,7 @@ SimpleSAMLphp installation:
4552
"version": "1.0.0",
4653
"dist": {
4754
"type": "zip",
48-
"url": "https://github.com/rciam/simplesamlphp-module-themevanilla/files/1642892/js.zip"
55+
"url": "https://github.com/rciam/simplesamlphp-module-themevanilla/releases/download/v1.0.0/js.zip"
4956
}
5057
}
5158
}

0 commit comments

Comments
 (0)