Skip to content

Commit

Permalink
3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neurobin committed Aug 24, 2015
1 parent f5556fd commit 3774a69
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ Bulk Rename Utility for GNU/Linux written in `C++`. Files and directories can be
<div id="install"></div>
#Install:

1. Give the <span class="quote">install</span> file (bin/x32 or x64) execution permission and
2. Run it or just drag and dropt it on terminal and hit <kbd>Enter</kbd> (requires root privilege).
```
./configure
make
make install-strip
```

<div id="un-install"></div>
#Uninstall:
To uninstall, run:

```
sudo rm /usr/bin/rnm
make uninstall
```

<div id="usage"></div>
Expand Down
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,17 @@ Bulk Rename Utility for GNU/Linux written in `C++`. Files and directories can be
<div id="install"></div>
#Install:

1. Give the <span class="quote">install</span> file (bin/x32 or x64) execution permission and
2. Run it or just drag and dropt it on terminal and hit <kbd>Enter</kbd> (requires root privilege).
```
./configure
make
make install-strip
```

<div id="un-install"></div>
#Uninstall:
To uninstall, run:

```
sudo rm /usr/bin/rnm
make uninstall
```

<div id="usage"></div>
Expand Down

0 comments on commit 3774a69

Please sign in to comment.