Skip to content

Commit

Permalink
update docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Urs Hanselmann committed Sep 25, 2018
1 parent a543015 commit 354a4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DOCKER.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
./docker_build.sh

# To run tests:
docker run --rm -t gltf-io-test npm test
./docker_test.sh

# To open blender shell:
# To open Blender shell:
docker run -i -t gltf-io-test blender -b --addons io_scene_gltf2 --python-console

# To display blender help:
# To display Blender help:
docker run --rm gltf-io-test blender -b --help

0 comments on commit 354a4cc

Please sign in to comment.