projects
/
swc-workshop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b6baa3
)
instructor.md: Update hello path with deeper hello/hello nesting
author
W. Trevor King
<wking@tremily.us>
Thu, 24 Oct 2013 03:05:40 +0000
(20:05 -0700)
committer
W. Trevor King
<wking@tremily.us>
Thu, 24 Oct 2013 15:44:58 +0000
(08:44 -0700)
The hello script is at .../exercises/hello/hello now, not
.../exercises/hello, because .../exercises/hello is the submodule
directory.
instructor.md
patch
|
blob
|
history
diff --git
a/instructor.md
b/instructor.md
index 9333979cdd866bd813ed6cae7d51712eeac95d71..ce145d2c8e8ea48fe4613e1cfe61c3994954fdaa 100644
(file)
--- a/
instructor.md
+++ b/
instructor.md
@@
-216,7
+216,7
@@
navigating to a different directory.
* Give a path with `./hello`. Success!
* Something that `.` is useful for!
* `/home/…/boot-camps/…/hello`
- * `../exercises/hello`
+ * `../exercises/hello
/hello
`
* Only get `PATH` lookups when there aren't any `/` in your command.
## Examining Files