Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyiyi0226 authored Apr 29, 2021
1 parent 6dbe15c commit baa91e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ SPC lets you transfer files and folders to multiple computers easily.
2. Define `SPC_DIR` to the path where this repo is cloned. For Zsh or other shell user, subsitute `.bash_profile` for the corresponding configuration file.
```
echo 'export SPC_DIR="$HOME/.spc"' >> ~/.bash_profile
echo 'export PATH="$SPC_DIR/bin:$PATH' >> ~/.bash_profile
echo 'export PATH="$SPC_DIR/bin:$PATH"' >> ~/.bash_profile
```

3. Restart the shell
```
exec "$SHELL"
```

## How to use
Expand Down

0 comments on commit baa91e3

Please sign in to comment.