leoheck / kiri

Kiri is a visual tool designed for reviewing schematics and layouts of KiCad projects that are version-controlled with Git.
MIT License
493 stars 35 forks source link

Installing kiri on Ubuntu (Command 'kiri' not found, did you mean:) #102

Closed radiolyc closed 12 months ago

radiolyc commented 12 months ago

Hi! I'm trying to install kiri on Ubuntu system, but it doesn't work for me. 1) Firstly, I've just opened terminal and installed all dependencies: bash -c "$(curl -fsSL https://raw.githubusercontent.com/leoheck/kiri/main/install_dependencies.sh)" 1 2) Then I installed kiri itself bash -c "INSTALL_KIRI_REMOTELLY=1; \ $(curl -fsSL https://raw.githubusercontent.com/leoheck/kiri/main/install_kiri.sh)" Screenshot from 2023-10-06 15-21-12 3) But when I'm trying to call: kiri -h It says, that it doesn't exist. 3 I tried do it several times, but with no success. Maybe I miss something?

leoheck commented 12 months ago

hi @radiolyc after installing It you have to customize your terminal.

Copy and paste these lines

Screenshot_20231006-195759

Or add them to the ~/.bashrc so it will be available next time when you launch the terminal.

radiolyc commented 12 months ago

@leoheck Thanks, now it works! Screenshot from 2023-10-07 14-23-35 Screenshot from 2023-10-07 14-22-58