Browse Source

Call fnm first

remotes/origin/feat/support-install-latest
Gal Schlezinger 3 years ago
parent
commit
0ea82f29e4
  1. 4
      docs/record_screen.sh

4
docs/record_screen.sh

@ -7,6 +7,10 @@ function setup_binary() { @@ -7,6 +7,10 @@ function setup_binary() {
cp ./target/release/fnm "$TEMP_DIR/fnm"
export PATH=$TEMP_DIR:$PATH
export FNM_DIR=$TEMP_DIR/.fnm
# First run of the binary might be slower due to anti-virus software
echo "Using $(which fnm)"
echo " with version $(fnm --version)"
}
setup_binary

Loading…
Cancel
Save