Skip to content

Conversation

@worst-developer
Copy link
Contributor

Expanded installation explanation

node-prune is a small tool to prune unnecessary files from ./node_modules, such as markdown, typescript source files, and so on. Primarily built for [Up](https://github.com/apex/up) which lets you deploy serverless web applications in seconds.

## Installation
If Go is already installed check check if your are using latest version, comparing to https://github.com/golang/go/releases, type this command to check your local Go version

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling: you are.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two instances of check.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would lean on pointing to the golang docs on how to install and update your package instead of trying to maintain it here. At some point its going to be out of sync!

```
$ go version
```
Before install package make sure your GOPATH in` ~/.bash_profile` is set. It must be path to Go binaries.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make it shell-agnostic. Not everyone uses bash. Also don't forget Windows users, albeit the installer for Go on Windows should add Go to the PATH.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before installing [the] package.

@yeskunall
Copy link

This PR could do with some general improvements in sentence structure, but that's up to @tj. 🚶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants