First install:
- Install Tcl and install git.
- Download the latest release of Tin and extract the files.
- Run the InstallTin.bat file, or run "install.tcl" in a Tcl interpreter.
Once Tin and git are installed, upgrading Tin is easy!
package require tin
tin upgrade tin
Tin comes pre-packaged with a database of packages that can be installed directly from GitHub. If a package is not on the list, it can easily be added and then installed as shown below:
package require tin
tin add foo 1.0 https://github.com/username/foo v1.0 install_foo.tcl
tin install foo
Full documentation here.