+# Get Started!+# Clone the repository
+$ git clone https://github.com/INCF/neuroshapes.git+$ cd neuroshapes
+# Run 'sbt'
+$ sbt
+# Run 'test'
+$ test
+# Export all the schemas to the dir /tmp/my-schemas+# using http://localhost:8080/v0 as base uri
+$ exportSchemas http://localhost:8080/v0 /tmp/my-schemas+