Skip to content

Commit b4d32f8

Browse files
authored
Update README.md
[skip ci]
1 parent cd4034e commit b4d32f8

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,6 @@ Note that the required extensions Semantic MediaWiki and Scribunto must be insta
2424
the installation instructions provided.
2525

2626
### Step 1
27-
28-
Change to the base directory of your MediaWiki installation. This is where the "LocalSettings.php"
29-
file is located. If you have not yet installed Composer do it now by running the following command
30-
in your shell:
31-
32-
wget https://getcomposer.org/composer.phar
33-
34-
### Step 2
3527

3628
If you do not have a "composer.local.json" file yet, create one and add the following content to it:
3729

@@ -50,7 +42,7 @@ section in your file:
5042

5143
Remember to add a comma to the end of the preceding line in this section.
5244

53-
### Step 3
45+
### Step 2
5446

5547
Run the following command in your shell:
5648

@@ -59,17 +51,12 @@ Run the following command in your shell:
5951
Note if you have Git installed on your system add the `--prefer-source` flag to the above command. Also
6052
note that it may be necessary to run this command twice. If unsure do it twice right away.
6153

62-
### Step 4
54+
### Step 3
6355

6456
Add the following line to the end of your "LocalSettings.php" file:
6557

6658
wfLoadExtension( 'SemanticScribunto' );
6759

68-
### Verify installation success
69-
70-
As final step, you can verify Modern Timeline got installed by looking at the "Special:Version" page on your
71-
wiki and check that it is listed in the semantic extensions section.
72-
7360
## Usage
7461

7562
A description of the `mw.smw` library functions can be found [here](docs/README.md).

0 commit comments

Comments
 (0)