Skip to content

Commit

Permalink
1.0.1: updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaelzhang committed Nov 7, 2017
1 parent 937b00a commit ed404a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ and `/path/to` is where you git clone `shell-safe-rm` in your local machine.

## Permanent Installation

If you have NPM(node) installed:
If you have NPM (node) installed:

```sh
npm i -g safe-rm
```

Normally:
Or normally with `make`:

```sh
make && sudo make install
Expand Down Expand Up @@ -85,6 +85,12 @@ which helps to tell safe-rm from the original rm.

## Uninstall

First remove the `alias` line from your `~/.bashrc` file, then

```sh
npm uninstall -g safe-rm
```

```sh
make && sudo make uninstall
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "safe-rm",
"version": "1.0.0",
"version": "1.0.1",
"description": "A much safer replacement of bash rm with nearly full functionalities and options of the rm command!",
"bin": {
"safe-rm": "./bin/rm.sh"
Expand Down

0 comments on commit ed404a1

Please sign in to comment.