Browse Source

./do add ~/.cargo/bin to PATH to help be sure of building

Caleb James DeLisle 3 years ago
parent
commit
4cf501c8d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      do

+ 1 - 0
do

@@ -1,4 +1,5 @@
 #!/bin/sh
+export PATH=$HOME/.cargo/bin:$PATH
 CARGO=$(command -v cargo)
 set -e
 if test "x$CARGO" = "x"; then