summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraysfire <[email protected]>2014-10-29 23:46:38 -0500
committerraysfire <[email protected]>2014-10-29 23:46:38 -0500
commit6c24d194352a748f4f2354f68a860a8a47227d7b (patch)
treedfb10d6181cc8d8c004dbf83533be0014660c45a
parent08980faff4a4833d0b9a46c1e77afaada781f3f1 (diff)
parent62eb33397f04ac1e07f3e88734f2a0cdfb6961c6 (diff)
Merge pull request #8 from denolfe/readme-steampipe
Updated README.md for steampipe, Added example folder structure
-rw-r--r--README.md23
1 files changed, 18 insertions, 5 deletions
diff --git a/README.md b/README.md
index 13c2164..fb14f5a 100644
--- a/README.md
+++ b/README.md
@@ -51,11 +51,24 @@ Click the "ZIP" button with the cloud next to it in order to download the most r
To Install
--------
-Extract the "scripts" and "resources" folders to your tf directory. Your tf directory should be somewhere similar to this:
-
-C:\Program Files (x86)\Steam\steamapps\(steamusername)\team fortress 2\tf
-
-Just make sure to back up your old scripts and resources first! Never know when something might break, and it's always best to be prepared.
+Be sure to back up your old hud folder first! Never know when something might break, and it's always best to be prepared.
+
+1. Press `Download Zip` on Github. This will download `rayshud-master.zip`
+2. Navigate to `C:\Program Files (x86)\Steam\SteamApps\common\Team Fortress 2\tf`
+3. Create a folder named `custom` if it does not already exist
+4. Extract .zip file contents into `custom` directory. You may rename the top folder whatever you wish.
+
+The final structure should resemble the following:
+```
+tf
+└── custom
+ └── rayshud
+ ├── materials
+ ├── resource
+ ├── scripts
+ ├── sound
+ └── ...
+```
Help/Support