Update prerequisites in to README.md

This commit is contained in:
Benjamin Weggersen 2020-04-03 14:38:31 +02:00 коммит произвёл GitHub
Родитель a6d8537648
Коммит ca09ddc9b8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 11 удалений

Просмотреть файл

@ -9,11 +9,18 @@ A JavaScript caching library for reducing build time.
configuration and environment variable overrides
_backfill is under active development and should probably not be used in
production, yet. We will initially focus on stability improvements. We will then
look into various optimization strategies, adding more customization, and
introducing an API for only running scripts in packages that have changed and
skipping others altogether. This is particularly useful for tests (such as Jest)
and for other dev tools that simply don't need to run if nothing has changed._
production, yet. We will initially focus on stability improvements. We will look
into various optimization strategies, adding more customization, and introducing
an API for only running scripts in packages that have changed and skipping
others altogether._
_Current prerequisites:_
- git (for running `--audit`)
- yarn.lock and yarn workspaces (for optimized hashing)
These prerequisites can easily be loosened to make backfill work with npm, Rush,
and Lerna.
## Why
@ -38,12 +45,6 @@ Install backfill using yarn:
$ yarn add --dev backfill
```
Or npm:
```
$ npm install --save-dev backfill
```
## Usage
```