Posted : Sat, 11 October 2008 20:42:47
Subject :
Help With Resin
Open a terminal. Browse to the directory where you downloaded the tar.gz file. Type the command;
tar zxvf filename.tar.gz
That will create a directory called filename. In your case, it'll be something like resin-x.x.x or something like that. Browse into that directory with the cd command. Look for a file named README or INSTALL. Follow the instructions in that file.
|