We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79cea8f commit 52dec92Copy full SHA for 52dec92
README.md
@@ -15,8 +15,8 @@ chmod +x /usr/local/bin/bluray
15
16
Shared seedbox with SSH access
17
```
18
-cd ; git clone https://github.com/Aniverse/bluray ; chmod -R +x ~/bluray
19
-echo "PATH=~/bluray:$PATH" >> ~/.bashrc ; PATH=~/bluray:$PATH
+cd ; git clone https://github.com/Aniverse/bluray ; chmod -R +x $HOME/bluray
+echo "PATH=$HOME/bluray:$PATH" >> $HOME/.bashrc ; PATH=$HOME/bluray:$PATH
20
21
22
### Guide
@@ -100,5 +100,5 @@ BDinfo 会输出三个报告,Full report、 Main Summary、Quick Summary
100
-------------------
101
### Some references
102
103
-https://xxxxxx.org/forums/viewtopic?topicid=61434
+https://xxxxxx.org/forums/viewtopic?topicid=61434 (Thanks to 9mm)
104
0 commit comments