diff --git a/README.md b/README.md index 86e992614..e6b36ed41 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ gopm(Go Package Manager) is a Go package manage tool for search, install, update # Requirement -Currently, gopm use soft syb link +Currently, gopm use soft symblink `ln -s` on Unix-like OS and `mklink -j` on Windows. +Make sure that you have the command. # INSTALL