Mindmapping/FreeMind: Unterschied zwischen den Versionen
Die Seite wurde neu angelegt: „= FreeMind = ist eine freie Software zur Erstellung von Mindmaps * FreeMind ist auf dem Stand von 2014. * Fork: Freeplane == Installation von Freemind == # D…“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 15: | Zeile 15: | ||
# echo "export PATH=$PATH:~/bin" >> ~/.bashrc | # echo "export PATH=$PATH:~/bin" >> ~/.bashrc | ||
# source ~/.bashrc | # source ~/.bashrc | ||
[[Category:Projektmanagement]] |
Version vom 5. Dezember 2020, 19:19 Uhr
FreeMind
ist eine freie Software zur Erstellung von Mindmaps
- FreeMind ist auf dem Stand von 2014.
- Fork: Freeplane
Installation von Freemind
- Download: https://sourceforge.net/projects/freemind/files/latest/download
- Download prüfen: sha1sum <DATEINAME>
- mkdir -p ~/bin/freemind-bin
- cd ~/bin/freemind-bin
- unzip ~/Downloads/<DATEINAME>
- ln -s ~/bin/freemind-bin/freemind.sh ~/bin/freemind
- chmod +x ~/bin/freemind-bin/freemind.sh
- echo $PATH
- echo "export PATH=$PATH:~/bin" >> ~/.bashrc
- source ~/.bashrc