Skip to content

Commit

Permalink
Use CDN for images.
Browse files Browse the repository at this point in the history
  • Loading branch information
rjiang-bb committed Oct 25, 2018
1 parent 004fc5e commit 36da128
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Cacher Run Server
=================

![Cacher logo](images/cacher-logo.png)
![Cacher logo](https://cdn.cacher.io/repos/cacher-logo.png)

[![Version](https://img.shields.io/npm/v/@cacherapp/run-server.svg)](https://npmjs.org/package/@cacherapp/run-server)
[![Downloads/week](https://img.shields.io/npm/dw/@cacherapp/run-server.svg)](https://npmjs.org/package/@cacherapp/run-server)
Expand All @@ -13,7 +13,7 @@ commands via Websocket messages. It is used primarily to run code snippets on th

Demo of a [Cacher](https://www.cacher.io/) snippet file executing on a Run Server:

![Running a Cacher Snippet File](images/snippet-run-demo.gif)
![Running a Cacher Snippet File](https://cdn.cacher.io/repos/snippet-run-demo.gif)

## Contents

Expand All @@ -37,7 +37,7 @@ Demo of a [Cacher](https://www.cacher.io/) snippet file executing on a Run Serve
The [Cacher Desktop Client](https://www.cacher.io/?dl=auto) comes with the Run Server built-in. Open the Run Server
dialog and click **Start Server**:

![Start Run Server](images/start-run-server.png)
![Start Run Server](https://cdn.cacher.io/repos/start-run-server.png)

### Standalone Mode

Expand Down Expand Up @@ -107,7 +107,7 @@ order to connect to a standalone Run Server.

Once you've logged in, open the Run Server dialog. Input your server's port and token and press **Connect**.

![Run Server Dialog](images/run-dialog.png)
![Run Server Dialog](https://cdn.cacher.io/repos/run-dialog.png)

## Editing the Configuration

Expand Down Expand Up @@ -274,13 +274,13 @@ Properties:

1. Stop the built-in server (if running).

![Stop Run Server](images/stop-run-server.png)
![Stop Run Server](https://cdn.cacher.io/repos/stop-run-server.png)

2. Make your changes to `~/.cacher/run-server.config.js`.

3. Start the built-in server again.

![Start Run Server](images/start-run-server.png)
![Start Run Server](https://cdn.cacher.io/repos/start-run-server.png)

#### Debugging

Expand All @@ -305,7 +305,7 @@ cacher run-server:start --verbose

Make note of the server port and token, then connect with the Cacher client.

![Run Server Dialog](images/run-dialog.png)
![Run Server Dialog](https://cdn.cacher.io/repos/run-dialog.png)

## Contributing

Expand Down
Binary file removed images/cacher-logo.png
Binary file not shown.
Binary file removed images/run-dialog.png
Binary file not shown.
Binary file removed images/snippet-run-demo.gif
Binary file not shown.
Binary file removed images/start-run-server.png
Binary file not shown.
Binary file removed images/stop-run-server.png
Binary file not shown.

0 comments on commit 36da128

Please sign in to comment.