-
1Installation is as easy as "git clone"...
Installation
Get the project from git, in the normal manner:
> git clone git@github.com:ToolChainGang/Motivation.git
That's it! No other installation steps are needed.
Running
To run the project, double-click on "index.html" in the project directory to start the program in your default browser.
Running at first boot
The project should be run once a day for 30 days, as early as possible after waking.
If you always open a browser as part of your daily routine, you can open the web page in a tab and set the browser to restore tabs on restart. Each time you open the browser, the program will be available, and you can view it once each day.
You can also set the system to open the web page in the default broswer when you first log on, using the "xdg-open" command (linux) or "start" command (windows). Cut/Paste the following into your system "startup applications":
# Linux > xdg-open $HOME/Motivation/index.html # Windows > start %HOMEDRIVE%%HOMEPATH%/Motivation/index.html
(If you cloned to a different directory, change the command lines as needed.)
Alternately for Linux systems, run the following command from the project directory to run the project at first login:
> echo "xdg-open $PWD/index.html" >>~/.profile
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.