install.texi | 6 ++++++ diff --git a/install.texi b/install.texi index ad47cdce50b7e1f275f09ba3adf88e24fd78a5f27ccf4d507c7e34c1f7fe6ded..f74848485bb96e28efe3f2844c94577cd22c1a49138e1cd66129f5265fc1784f 100644 --- a/install.texi +++ b/install.texi @@ -74,6 +74,12 @@ require go.cypherpunks.su/gogost/v6 v@value{VERSION} replace go.cypherpunks.su/gogost/v6 => /path/to/gogost-@value{VERSION} @end example +@item You can use Go's workspace feature: + +@example +$ go work use /path/to/gogost-@value{VERSION} +@end example + @end itemize You can obtain development source code with