diff options
-rw-r--r-- | src/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README.md b/src/README.md index bf572b2..a22aa75 100644 --- a/src/README.md +++ b/src/README.md @@ -17,9 +17,9 @@ #### Generate the coordinates - $ ./coord.py <number of stars> + $ ./coord.py <number of stars> <save_to_file_location> #### Display the stars using Blender - $ blender --python view.py + $ blender --python view.py <star_coordinates_file> |