Mindmapping/FreeMind
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