Skip to content
Permalink
Browse files

updating name of command to tellstory

  • Loading branch information...
shawnmjones committed Jun 17, 2019
1 parent 3a7fb63 commit 705eec4e9e02f667e1041be11264785f8b576102
Showing with 4 additions and 4 deletions.
  1. +3 −3 README.md
  2. 0 bin/{raintale → tellstory}
  3. +1 −1 setup.py
@@ -40,12 +40,12 @@ Raintale uses docker-compose to load and execute all dependencies. To run rainta
1. Create a directory on your system
2. Copy docker-compose.yml from this repository into that directory
3. Open a terminal
4. Type: ```docker-compose run raintale raintale-cmd --help``` to find the list of options
4. Type: ```docker-compose run raintale tellstory --help``` to find the list of options

For example to create a raw HTML story suitable for pasting, type the following within that prompt:

``
docker-compose run raintale raintale -i story-mementos.txt --storyteller html -o mystory.html --title "This is My Story Title" --generated-by "Me"
docker-compose run raintale tellstory -i story-mementos.txt --storyteller html -o mystory.html --title "This is My Story Title" --generated-by "Me"
``

The output will be stored in ``mystory.html``.
@@ -64,7 +64,7 @@ Replace the ``XXXXXX`` values with the corresponding values as displayed on your
Once that is done, type the following within the Docker prompt:

``
docker-compose run raintale raintale -i story_mementos.txt --storyteller twitter --title "This is My Story Title" --generated-by "Me” -c twitter-credentials.yml
docker-compose run raintale tellstory -i story_mementos.txt --storyteller twitter --title "This is My Story Title" --generated-by "Me” -c twitter-credentials.yml
``

# Building raintale
File renamed without changes.
@@ -28,7 +28,7 @@
'raintale': [ 'templates/*' ]
},
scripts=[
'bin/raintale',
'bin/tellstory',
],
include_package_data=True,
install_requires=[

0 comments on commit 705eec4

Please sign in to comment.
You can’t perform that action at this time.