Skip to content

Commit

Permalink
Readme: document --cache-min hack (#128)
Browse files Browse the repository at this point in the history
* Readme: document --cache-min hack

* Readme: fix anchor
  • Loading branch information
rstacruz authored and nolanlawson committed Sep 5, 2016
1 parent 78c1487 commit 21ecaa0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This allows your `npm install` commands to (mostly) work offline. Also, they get

### Overview

* [Unmaintained notice](#unmaintained-notice)
* [Introduction](#introduction)
* [Usage](#usage)
* [Command line options](#command-line-options)
Expand All @@ -18,6 +19,15 @@ This allows your `npm install` commands to (mostly) work offline. Also, they get
* [Speed test](#speed-test)
* [How it works](#how-it-works)

Unmaintained notice
-------------------

This project works but is unmaintained [for various reasons](https://github.com/nolanlawson/local-npm/pull/122). An alternative is to use the [--cache-min option](https://addyosmani.com/blog/using-npm-offline/) instead:

```sh
npm install --cache-min 9999999
```

Introduction
---

Expand All @@ -33,8 +43,6 @@ If you're organizing a conference/meetup/whatever, you can also share this local

Addy Osmani has [a nice post](https://addyosmani.com/blog/using-npm-offline/) comparing `local-npm` to other options.

**Unmaintained?** Yup, this project works but is unmaintained [for various reasons](https://github.com/nolanlawson/local-npm/pull/122).

Usage
------

Expand Down

0 comments on commit 21ecaa0

Please sign in to comment.