diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2014-06-07 14:40:39 -0300 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2014-06-07 14:40:39 -0300 |
commit | 9e94e424214fec83f49e3432662b76d9da7bb490 (patch) | |
tree | 4299e0a7a7e6e136f12595b173a1fc486db7064e | |
parent | 5a4f04987f6d17b0dc41dace43ca8874405ed332 (diff) |
Updated README.md.
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,9 +7,9 @@ possible, while still being usable. Configuration is done by modifying the file ## Compilation ## To compile T, run: - $ make + make ## Installation ## To install T, run (as root): - # make install + make install |