Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
literally1984 authored Jun 26, 2021
1 parent af0733a commit 72034cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ IMPORTANT:

This program utilizes ANSI escape codes, which are used to clear the console.

If the software you are using to run this program doesn't support ANSI escape codes, then remove System.out.print("\033[H\033[2J"); from lines 4 and 29.
If the software you are using to run this program doesn't support ANSI escape codes, then remove System.out.print("\033[H\033[2J"); from lines 5 and 34.

Usually, Linux based shells support these codes, and Windows based shells do not.

0 comments on commit 72034cb

Please sign in to comment.