소스 검색

added '/' at the end of the ~/bin path

I added a forward slash at the end of the ~/bin path so it will become this: ~/bin/
This is to prevent people from renaming tmpmail to ~/bin and causing confusion later on
Siddharth Dushantha 5 년 전
부모
커밋
f3ae0fe34e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -28,7 +28,7 @@ use the `--browser` argument followed by the command needed to launch the web br
 $ curl -L "https://git.io/tmpmail" > tmpmail && chmod +x tmpmail
 
 # Then move it somewhere in your $PATH. Here is an example:
-$ mv tmpmail ~/bin
+$ mv tmpmail ~/bin/
 ```
 
 ### AUR