summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2005-11-24 10:27:35 +0000
committerbringert <bringert@cs.chalmers.se>2005-11-24 10:27:35 +0000
commita19713835717650440591914ca866addcc88e5b5 (patch)
tree434305db177eabea9dbd0dd435399c7c16a6a18b
parent9a9d057a34c33f353eb3936c3a996f93df3bce8d (diff)
Added mkdir to chalmers path setup.
-rw-r--r--doc/darcs.html1
-rw-r--r--doc/darcs.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/darcs.html b/doc/darcs.html
index 5e4f98c6e..4df7bf99c 100644
--- a/doc/darcs.html
+++ b/doc/darcs.html
@@ -160,6 +160,7 @@ system to make it possible for you to push changes to the main
repository. To fix this, log in to your Chalmers account and run:
</P>
<PRE>
+ mkdir -p $HOME/.vcs4
echo unsup &gt;&gt; $HOME/.vcs4/pathsetup
</PRE>
<P></P>
diff --git a/doc/darcs.txt b/doc/darcs.txt
index 1e3b629a6..a44621cc9 100644
--- a/doc/darcs.txt
+++ b/doc/darcs.txt
@@ -113,6 +113,7 @@ system to make it possible for you to push changes to the main
repository. To fix this, log in to your Chalmers account and run:
```
+mkdir -p $HOME/.vcs4
echo unsup >> $HOME/.vcs4/pathsetup
```