Skip to content

Commit

Permalink
removing copy temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanisham committed Sep 19, 2024
1 parent 056c879 commit 83a5091
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ like), then ZVM will update the exact executable you've called `upgrade` from.
curl https://github.com/tristanisham/zvm/master/install.sh | bash
```

This script will **automatically append** ZVM's required environment variables (see below) to `~/.profile` or `~/.bashrc`.
<!-- This script will **automatically append** ZVM's required environment variables (see below) to `~/.profile` or `~/.bashrc`. -->

If these files don't exist, append the following to your shell's startup script.
<!-- If these files don't exist, append the following to your shell's startup script.
```sh
echo "# ZVM" >> $HOME/.profile
echo export ZVM_INSTALL="$HOME/.zvm/self" >> $HOME/.profile
echo export PATH="$PATH:$HOME/.zvm/bin" >> $HOME/.profile
echo export PATH="$PATH:$ZVM_INSTALL/" >> $HOME/.profile
```
``` -->

# Windows

Expand Down

0 comments on commit 83a5091

Please sign in to comment.