Navigation Menu

Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 8, 2017
1 parent 099e5ec commit 317dd48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -38,7 +38,7 @@ You may notice that the download completed quickly. If this happends it indicate

## Get appmanifest files
1. Go to the `steamapps` directory which is located with your server files and delete any existing files in the directory.
> /home/csserver/serverfiles/steamapps
/home/csserver/serverfiles/steamapps

2. Download the `appmanifest` files for your server from this GitHub repository in to the `steamapps` directory.

Expand All @@ -52,10 +52,10 @@ These one-line scripts can be used to quickly download all the required `appmani
Thanks to @Arkshine for coming up with the [idea](https://github.com/Arkshine/hlds-appmanifest/).

## Counter-Strike 1.6
> for i in 10 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/master/CounterStrike/appmanifest_$i.acf -O appmanifest_$i.acf; done
for i in 10 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/master/CounterStrike/appmanifest_$i.acf -O appmanifest_$i.acf; done

## Counter-Strike: Condition Zero
> for i in 10 70 80 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/master/CounterStrikeConditionZero/appmanifest_$i.acf -O appmanifest_$i.acf; done
for i in 10 70 80 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/master/CounterStrikeConditionZero/appmanifest_$i.acf -O appmanifest_$i.acf; done

## Day of Defeat
for i in 10 30 70 90; do wget -q https://raw.githubusercontent.com/dgibbs64/HLDS-appmanifest/master/DayOfDefeat/appmanifest_$i.acf -O appmanifest_$i.acf; done
Expand Down

0 comments on commit 317dd48

Please sign in to comment.