I’m trying something new (for me) and attempting to get the Alpha network running on an Ubuntu 16.04 machine.
I found these instructions and followed them without any errors:
- wget -O - http://apt.maidsafe.net/repos/maidsafe.apt.gpg.key|sudo apt-key add -
- sudo wget -O /etc/apt/sources.list.d/maidsafe.list http://apt.maidsafe.net/repos/maidsafe.list
- sudo apt-get update
- sudo apt-get install safe-launcher
but . … . how do I actually launch the Launcher? Or, am I missing something?