From ca0bcb92b643c36af0777e34f546c918317bcd26 Mon Sep 17 00:00:00 2001 From: Tiago Garcia <35657250+TiagoRG@users.noreply.github.com> Date: Wed, 16 Nov 2022 15:10:24 +0000 Subject: [PATCH] Update README.md --- tools/karnaugh-map-builder/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/karnaugh-map-builder/README.md b/tools/karnaugh-map-builder/README.md index 549b07b..13910e0 100644 --- a/tools/karnaugh-map-builder/README.md +++ b/tools/karnaugh-map-builder/README.md @@ -2,14 +2,14 @@ ### Script to build the karnaugh map for a given function. --- ## Installing -#### 1. Head over to [Release](https://github.com/TiagoRG/uaveiro-leci/releases/tag/kmb) and download the python file. +#### 1. Head over to [Release](https://github.com/TiagoRG/uaveiro-leci/releases/tag/kmb-v1) and download the python file. #### 2. Save it on any directory and then open the directory. #### 3. Inside the directory, right click and choose "Open in terminal" -![- Unable to load image -](https://github.com/TiagoRG/uaveiro-leci/blob/karnaugh-map-builder/openInTerminal.png) +![- Unable to load image -](https://github.com/TiagoRG/uaveiro-leci/blob/master/tools/karnaugh-map-builder/openInTerminal.png) #### 4. Run the following command: `python3 karnaugh.py bash` #### 5. Relaunch the terminal and you will have the `karnaugh` command --- #### Use `karnaugh usage` to know better how to use this tool. #### If you want to change the location of the `karnaugh.py` file, move it to another directory, open that directory in terminal and run -`python3 karnaugh.py bash --reset` \ No newline at end of file +`python3 karnaugh.py bash --reset`