Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit b5cd719

Browse files
committed
v4.0.1 - update readme
1 parent 181ddd8 commit b5cd719

2 files changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,7 @@
1010

1111
# INSTALL
1212

13-
`testrpc` is written in Javascript and distributed as a Node package via `npm`. Make sure you have Node.js (>= v6.9.1) installed, and your environment is capable of installing and compiling `npm` modules.
14-
15-
**macOS** Make sure you have the XCode Command Line Tools installed. These are needed in general to be able to compile most C based languages on your machine, as well as many npm modules.
16-
17-
**Windows** See our [Windows install instructions](https://github.com/ethereumjs/testrpc/wiki/Installing-TestRPC-on-Windows).
18-
19-
**Ubuntu/Linux** Follow the basic instructions for installing [Node.js](https://nodejs.org/en/download/package-manager/#debian-and-ubuntu-based-linux-distributions) and make sure that you have `npm` installed, as well as the `build-essential` `apt` package (it supplies `make` which you will need to compile most things). Use the official Node.js packages, *do not use the package supplied by your distribution.*
20-
13+
`testrpc` is written in Javascript and distributed as a Node package via `npm`. Make sure you have Node.js (>= v6.9.1) installed.
2114

2215
```Bash
2316
npm install -g ethereumjs-testrpc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-testrpc",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"bin": {
55
"testrpc": "./build/cli.node.js"
66
},

0 commit comments

Comments
 (0)