Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge 14f7a79 into 3754411
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-palmer committed Oct 29, 2019
2 parents 3754411 + 14f7a79 commit 45941d2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -39,12 +39,19 @@ Download and install LTS version 10.15.x of Node.js from the [Node.JS website](h
npm install unity-cache-server -g
```

For the latest beta release:
```bash
npm install unity-cache-server@beta -g
```

#### Install from GitHub source

```bash
npm install github:Unity-Technologies/unity-cache-server -g
```

Note: GitHub source install from `master` branch might be ahead of latest release version.

## Usage

>Default options are suitable for quickly starting a cache server, with a default cache location of `.cache_fs`
Expand Down

0 comments on commit 45941d2

Please sign in to comment.