Skip to content

Commit 13fc417

Browse files
authored
Update README.md
1 parent 07f062b commit 13fc417

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ I have two programas:
1515
You can modify them and compile them with:
1616

1717
TXT2TIFMOD
18-
gcc txt2tif.c -ltiff -o txt2tif
19-
20-
execute: ./txt2tif [fich_img_RGB]
18+
19+
gcc txt2tif.c -ltiff -o txt2tif
20+
execute: ./txt2tif [fich_img_RGB]
2121
LUCI8
22-
23-
gcc -o luci kmeans_imagenes.c -L. -lkmeans -lm
22+
23+
gcc -o luci kmeans_imagenes.c -L. -lkmeans -lm
2424
execute: luci [fich_pixels]

0 commit comments

Comments
 (0)