Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit b92d41b

Browse files
author
Jamie Snape
committed
Fix typos in documentation
1 parent 82283a2 commit b92d41b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Begin by following the appropriate operating-system-specific instructions:
1919

2020
```bash
2121
curl -LsS https://github.com/midasplatform/Midas/archive/$LATEST_RELEASE.tar.gz -o Midas-$LATEST_RELEASE.tar.gz
22-
tar cf Midas-$LATEST_RELEASE.tar.gz
22+
tar xf Midas-$LATEST_RELEASE.tar.gz
2323
cp -r Midas-$LATEST_RELEASE/. $DOCUMENT_ROOT
2424
cd $DOCUMENT_ROOT
2525
chmod a+w core/configs/ data/ log/ tmp/
@@ -39,7 +39,7 @@ curl -LsS https://github.com/midasplatform/Midas/archive/$LATEST_RELEASE.tar.gz
3939
Extract the archive and copy its contents to the document root:
4040

4141
```bash
42-
tar cf Midas-$LATEST_RELEASE.tar.gz
42+
tar xf Midas-$LATEST_RELEASE.tar.gz
4343
cp -r Midas-$LATEST_RELEASE/. $DOCUMENT_ROOT
4444
```
4545

0 commit comments

Comments
 (0)