Mindmapping: Unterschied zwischen den Versionen

Aus Foxwiki
Subpages:
Die Seite wurde neu angelegt: „# Download: https://sourceforge.net/projects/freemind/files/latest/download # Download prüfen: sha1sum <DATEINAME> # mkdir -p ~/bin/freemind-bin # cd ~/bin/fr…“
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
Installation von Freemind
# Download: https://sourceforge.net/projects/freemind/files/latest/download
# Download: https://sourceforge.net/projects/freemind/files/latest/download
# Download prüfen: sha1sum <DATEINAME>
# Download prüfen: sha1sum <DATEINAME>
Zeile 7: Zeile 8:
# chmod +x ~/bin/freemind-bin/freemind.sh
# chmod +x ~/bin/freemind-bin/freemind.sh
# echo $PATH
# echo $PATH
# echo "PATH=$PATH:~/bin" >> ~/.bashrc
# echo "export PATH=$PATH:~/bin" >> ~/.bashrc
# . ~/.bashrc
# source ~/.bashrc

Version vom 12. März 2020, 11:51 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