Skip to content

Commit

Permalink
Fix formatting of old instructions (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Aug 9, 2019
1 parent aa0106e commit a530310
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ A new tf2 bot fully written from scratch.

<details>
<summary>Old Instructions</summary>

Import the project to Visual Studio (preferably 2019) on Windows.
Afterwards follow these steps to set the project up properly:

```
- Select Release build flavour (Debug won't compile as of now)
- Select x86 as target architecture (Can't compile hl2 sdk with x64 as target)
Expand All @@ -26,6 +28,7 @@ A new tf2 bot fully written from scratch.
- Check if there's a command line set in Build Events -> Post-Build Events
- If there is, either change it the path of your choosing or completely remove it
```

And everything should be ready to go!
</details>

Expand Down

0 comments on commit a530310

Please sign in to comment.