Hi All, I'm really interested in the Hello World add-on and I'm a noobie to RasPi and XBMC so apologies in advance if my questions are basic. I'd like to install it by sshing into the XBMC with another Raspberry Pi. Does anyone know how I can install it in the XBMC using the command line in Raspbmc? I am currently trying to do it on the RasPi with XBMC but I'd eventually like to be able to do it by ssh from a second RasPi.
Using the command line in Raspbmc I cloned the files from github after I installed git:
$ sudo apt-get install git
$ git clone
https://github.com/zag2me/plugin.program.hello.world
Now in the command line using the commands:
$ cd /home/pi/plugin.program.hello.world
$ ls
results in the 5 files being listed.
The above lines put 'plugin.program.hello.world' into home/pi directory but I can't seem to run the add-on. Does anyone know how I can get this to work
1. Using the Confluence interface from this point
2. Use the command line in Raspbmc to unzip it and put it into the Video or Programs Add-on folder, so that I can run it when I launch XBMC by navigating to Video/Programs main folder without using the confluence interface to unzip and manually add it to the add-ons section?
I hope this makes sense and I appreciate any help any one can give me. Cheers!