Update README.md

This commit is contained in:
Tiago Garcia 2022-11-16 15:10:24 +00:00 committed by GitHub
parent a18d2012f2
commit ca0bcb92b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
### Script to build the karnaugh map for a given function. ### Script to build the karnaugh map for a given function.
--- ---
## Installing ## 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. #### 2. Save it on any directory and then open the directory.
#### 3. Inside the directory, right click and choose "Open in terminal" #### 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: #### 4. Run the following command:
`python3 karnaugh.py bash` `python3 karnaugh.py bash`
#### 5. Relaunch the terminal and you will have the `karnaugh` command #### 5. Relaunch the terminal and you will have the `karnaugh` command