summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2019-10-17 14:38:32 +0200
committerDaniel Friesel <daniel.friesel@uos.de>2019-10-17 14:38:32 +0200
commit127692f558096b0a8e0ff92451c793cce36733e8 (patch)
tree0e65a723586a31331645bdcaae673a3b980bd357
parentbe8841a6239f2d951885d8d4a885e28cab01f45a (diff)
README: Point to forked energytrace-util with updated build instructions
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b0f0c75..3597cf9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# msp430-etv – MSP430 EnergyTrace Visualizer
msp430-etv is a wrapper around
-[energytrace-util](https://github.com/carrotIndustries/energytrace-util) to
+[energytrace-util](https://github.com/derf/energytrace-util) to
simplify aggregation, visualization and basic analysis of EnergyTrace
measurements.
@@ -15,6 +15,6 @@ energy for a given measurement to stdout.
## Dependencies
-* [energytrace-util](https://github.com/carrotIndustries/energytrace-util)
+* [energytrace-util](https://github.com/derf/energytrace-util)
and libmsp430.so
* Python 3 with matplotlib and numpy