Skip to content

Commit

Permalink
Add LFS notes to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cqcallaw committed Dec 11, 2020
1 parent 11a35ef commit 9049e60
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ The Unreal Engine Shooter Game demo with quality-of-life improvements. Improveme

```bash
cd ~/src
# make sure git-lfs is initialized; see https://www.atlassian.com/git/tutorials/git-lfs#installing-git-lfs
git lfs install
git clone https://github.com/cqcallaw/shootergame.git
```

Expand All @@ -53,8 +55,9 @@ The Unreal Engine Shooter Game demo with quality-of-life improvements. Improveme

1. [Setup Visual Studio](https://docs.unrealengine.com/en-US/Programming/Development/VisualStudioSetup/index.html) (the Community edition works)
2. Download and launch Unreal Engine 4
3. Open the ShooterGame.uproject project
4. Click File->Generate Visual Studio Solution
3. Clone the ShooterGame project (Git LFS is required; Github Desktop works well)
4. Open the ShooterGame.uproject project
5. Click File->Generate Visual Studio Solution

## Command Line Options

Expand All @@ -66,4 +69,4 @@ The Unreal Engine Shooter Game demo with quality-of-life improvements. Improveme

`-benchmark`: Launch the Shooter game in benchmarking mode. In this mode, the game will launch directly into a Free-for-All match with no bots

`-timeout`: Exit benchmark after the specified number of seconds. Default: 60
`-timeout`: Exit benchmark after the specified number of seconds. Default: 60

0 comments on commit 9049e60

Please sign in to comment.