examples.md
... ...
@@ -8,3 +8,4 @@ The following pages provide usage info and examples for select applications in t
8 8
- [Local Reconstruction in SCIPION](examples/localrec_w_scipion)
9 9
- [Locscale](examples/locscale)
10 10
- [PHENIX - phenix.rosetta_refine](examples/phenix.rosetta_refine)
11
+ - [SCIPION - running tutorials without write privileges](examples/running_scipion_tutorials)
... ...
\ No newline at end of file
examples/running_scipion_tutorials.md
... ...
@@ -29,7 +29,7 @@ Open the file in your favourite editor, and add a line
29 29
30 30
SCIPION_TESTS = ~/scipion/tests
31 31
32
-in the [DIRS_LOCAL] section. You can specify any directory you want the tutorials to be saved, provided you have write privileges in the directory.
32
+in the "DIRS_LOCAL" section. You can specify any directory you want the tutorials to be saved, provided you have write privileges in the directory.
33 33
34 34
Your modified ~/.config/scipion/scipion.conf file should now look similar to this:
35 35
```