From 1f956e2f6a2fb20eb374bf82db43df1acb75ea79 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Fri, 31 Mar 2017 14:35:13 +0200 Subject: [PATCH] add note for updating --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d032ea65..7be5bed0 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,12 @@ corresponding native device support. 3. In a terminal, type: ``` pip3 install urh ```. 4. Type ``` urh ``` in a terminal to get it started. +### Updating +If you installed URH via pip you can keep it up to date with +```bash +pip3 install --upgrade urh +``` + ### Running from source If you like to live on bleeding edge, you can run URH from source.