Skip to content

Commit

Permalink
fix wget cmd line
Browse files Browse the repository at this point in the history
fix wget cmd line
  • Loading branch information
f18m committed Dec 26, 2015
1 parent e0aa0e7 commit c8965e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -78,7 +78,7 @@ The .csv file can be easily plotted to get an idea of the thread CPU usage and t
# How To Install

```
$ wget http://raw.githubusercontent.com/f18m/CPU-MEM-monitor/master/CPU_MEM_monitor.sh
$ wget --no-check-certificate http://raw.githubusercontent.com/f18m/CPU-MEM-monitor/master/CPU_MEM_monitor.sh
$ chmod a+x CPU_MEM_monitor.sh # ensure execute permissions
$ sudo mv CPU_MEM_monitor.sh /usr/local/bin # make it available system-wide
```
Expand All @@ -100,7 +100,7 @@ the directory where the script has been launched and analyse the logged CPU/memo
The "decimate_compress_csv.sh" script available from:

```
$ wget http://raw.githubusercontent.com/f18m/CPU-MEM-monitor/master/decimate_compress_csv.sh
$ wget --no-check-certificate http://raw.githubusercontent.com/f18m/CPU-MEM-monitor/master/decimate_compress_csv.sh
$ chmod a+x decimate_compress_csv.sh # ensure execute permissions
$ sudo mv decimate_compress_csv.sh /usr/local/bin
```
Expand Down

0 comments on commit c8965e8

Please sign in to comment.