diff options
author | hanemile <emile.hansmaennel@gmail.com> | 2017-12-09 16:03:23 +0100 |
---|---|---|
committer | hanemile <emile.hansmaennel@gmail.com> | 2017-12-09 16:03:23 +0100 |
commit | 785ce2de64d9505bf04ed918518b446b8c196d27 (patch) | |
tree | 8b5c71f1b735c3085dd9f6c1d98b593ea1730f75 | |
parent | 23aa8723bc8c6ba0e96bc7cbac88075591116110 (diff) |
updated the new command line arguments
-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> |