Mindmapping: Unterschied zwischen den Versionen

Aus Foxwiki
Subpages:
Keine Bearbeitungszusammenfassung
AlexandraCampos (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
Zeile 10: Zeile 10:
# echo "export PATH=$PATH:~/bin" >> ~/.bashrc
# echo "export PATH=$PATH:~/bin" >> ~/.bashrc
# source ~/.bashrc
# source ~/.bashrc
[[Category:Projektmanagement]]
[[Category:Administration]]

Version vom 1. April 2020, 13:01 Uhr

Installation von Freemind

  1. Download: https://sourceforge.net/projects/freemind/files/latest/download
  2. Download prüfen: sha1sum <DATEINAME>
  3. mkdir -p ~/bin/freemind-bin
  4. cd ~/bin/freemind-bin
  5. unzip ~/Downloads/<DATEINAME>
  6. ln -s ~/bin/freemind-bin/freemind.sh ~/bin/freemind
  7. chmod +x ~/bin/freemind-bin/freemind.sh
  8. echo $PATH
  9. echo "export PATH=$PATH:~/bin" >> ~/.bashrc
  10. source ~/.bashrc