Fix command.

This commit is contained in:
Bradley M. Kuhn 2013-09-01 13:08:03 -04:00
parent 7bd999a9e7
commit 7b17465eb1
2 changed files with 3 additions and 2 deletions

View file

@ -1,7 +1,8 @@
// conkerorrc -*- Javascript -*- // conkerorrc -*- Javascript -*-
// Configuration for Conkeror web browser. // Configuration for Conkeror web browser.
// To use as my configuration, I did the following command: // To use as my configuration, I did the following command:
// ln -s conkerorrc $HOME/.conkerorrc // /bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc
// Copyright © 2009, 2010, 2013, Bradley M. Kuhn // Copyright © 2009, 2010, 2013, Bradley M. Kuhn

View file

@ -1,3 +1,3 @@
#!/bin/sh #!/bin/sh
/bin/ln -sf conkerorrc $HOME/.conkerorrc /bin/ln -sf `pwd`/conkerorrc $HOME/.conkerorrc