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

Commit

Permalink
Updated readme with instructions for installing via npm and running a…
Browse files Browse the repository at this point in the history
…s CLI.
  • Loading branch information
neophit committed Nov 8, 2017
1 parent bcc15a1 commit 40deb33
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ At present time this open-source repository is maintained separately from the Ca
## Server Setup
Download and install the latest LTS version of node from the [Node.JS website](https://nodejs.org/en/download/).

#### Install from npm registry
```bash
git clone git@github.com:Unity-Technologies/unity-cache-server.git
cd unity-cache-server
npm install
npm install unity-cache-server -g
```
#### Install from GitHub source
```bash
npm install github:Unity-Technologies/unity-cache-server -g
```
## Usage
>Default options are suitable for quickly starting a cache server, with a default cache location of `./cache5.0`
```bash
node main.js
unity-cache-server [arguments]
```

## Options
Expand Down

0 comments on commit 40deb33

Please sign in to comment.