diff options
| author | Aakarsh Kashyap <[email protected]> | 2026-06-20 18:57:14 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-06-20 18:57:14 +0530 |
| commit | 19df8e77977f634064aed3c0332d1b0fc56e158b (patch) | |
| tree | ac664730e758ef50f8472831fada93c6e8f7c5d7 /README.md | |
| parent | 02a1bdae9780c1f08818d1a5039bdfb055372723 (diff) | |
| parent | b5186a5a724649e9eb71fdfbaf3c2a84b36d7c9c (diff) | |
Merge pull request #1 from seivarya/master
[refactor]: restructure
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,4 +1,4 @@ -# FAFR +# reader.cpp Terminal: RSVP (Rapid Serial Visual Presentation) @@ -6,13 +6,12 @@ Terminal: RSVP (Rapid Serial Visual Presentation) How to compile ``` -g++ Main.cpp -o main +make ``` -How to use - +How to use: ``` -main <file_name> <time-interval> +./run <file_name> <time-interval> ``` ## // Licence |
