You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,12 @@
2
2
The Code Time Machine is a lightweight IDE plugin which uses visualization techniques to depict the history of any chosen file augmented with information mined from the underlying versioning system. Inspired by Apple’s Time Machine, this tool allows both developers and the system itself to seamlessly move through time.
3
3
4
4
5
+
## Installation
6
+
### Binary
7
+
To install using pre-built binary, first download [the latest release](https://github.com/Emadpres/CodeTimeMachine/releases/latest). Then, go to IntelliJ IDE > Preference > Plugin > install plugin from Hard.
8
+
9
+
### Source code
10
+
First clone the project. Follow the [Setting Up a Development Environment](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started.html) guideline to setup the IntelliJ IDE for plugin development. Now you should be able to compile the project (requires Java 1.8) and run it. In the end, deploy the project by following the [Deploying a Plugin](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/deploying_plugin.html) tutorial.
11
+
12
+
## Issues
5
13
For known issues, please check [the issues](https://github.com/Emadpres/CodeTimeMachine/issues).
0 commit comments