Skip to content

Commit 6c23bd3

Browse files
Corrected README.md
1 parent 68bc060 commit 6c23bd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Source lines of code counter for Windows
2-
Counts lines of code recursively in a directory, only works on windows so far, it cannot be configured to count a file, only directories. Also it will not count lines that are empty or only have spaces.
1+
# Source lines of code counter for Windows and Linux
2+
Counts lines of code recursively in a directory, only works on windows and linux, it cannot be configured to count a file, only directories. Also it will not count lines that are empty or only have spaces. You can configure it to show the lines of code in individual files with the -s option, and you can configure it to only count files with certain extensions with -ext option and listing the extension names after it, without the dot. Note that all args after -ext are considered to be file extensions so it -s and the directory name shall go before it.
33

44
On windows? You're in luck! Prebuilt executable should be in releases, if I remember, but that is a big if.
55
On ubuntu? You're in luck! Prebuilt executable is in releases.

0 commit comments

Comments
 (0)