Difference between revisions of "Dev Tools"
From Dreamwidth Notes
Foxfirefey (Talk | contribs) |
Foxfirefey (Talk | contribs) (stopped making unideal suggestions) |
||
Line 8: | Line 8: | ||
hg clone https://bitbucket.org/anall/dwdev-tools/ | hg clone https://bitbucket.org/anall/dwdev-tools/ | ||
− | Then, you will either want to add the bin contents into your | + | Then, you will either want to add the bin contents into your <code>$PATH</code>, or call them manually: |
− | You will have to manually update this directory | + | $LJHOME/ext/dwdev-tools/bin/ljconsole |
+ | |||
+ | You will have to manually update this directory: | ||
+ | |||
+ | cd $LJHOME/ext/dwdev-tools | ||
+ | hg pull | ||
+ | hg update | ||
== Current Tools == | == Current Tools == |
Revision as of 03:16, 21 August 2012
exor674 and afuna set up a mercurial repository for useful development tools.
Syncing with the tools repository
First check the tools out into the ext directory:
cd $LJHOME/ext hg clone https://bitbucket.org/anall/dwdev-tools/
Then, you will either want to add the bin contents into your $PATH
, or call them manually:
$LJHOME/ext/dwdev-tools/bin/ljconsole
You will have to manually update this directory:
cd $LJHOME/ext/dwdev-tools hg pull hg update