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
+29-1Lines changed: 29 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,35 @@
5
5
6
6
Modifiable variable allows one to set modifications to basic types after or before their values are actually determined. When their actual values are determined and one tries to access the value via getters, the original value will be returned in a modified form accordingly.
7
7
8
-
The best way to present the functionality of this concept is by means of a simple example:
8
+
#Installation
9
+
10
+
In order to compile and use ModifiableVariable, you need to have Java and Maven installed. On Ubuntu you can install
11
+
Maven by running:
12
+
```bash
13
+
$ sudo apt-get install maven
14
+
```
15
+
ModifiableVariable currently needs Java JDK 8 to run. If you have the correct Java version you can install
0 commit comments