brainlife / docs

Brainlife.io Documentation
https://brainlife.io/docs
10 stars 26 forks source link

Explain how to create `main` #3

Closed soichih closed 6 years ago

soichih commented 6 years ago

There's no explanation of how to create the file called main. Should it be a text file? Or should it be the file type in which your app is written?

soichih commented 6 years ago

It's a text file with a fullname of main without any file extension. It doesn't have file extension because this file could be any executable (it could be bash, python, or a compiled binary). I will update the doc to clarify.

soichih commented 6 years ago

Helloworld now includes instruction on how to create main and what should be inside it.