mirror of https://github.com/sbt/sbt.git
Docs: use programmatic version in global base directory
This commit is contained in:
parent
a292fd1378
commit
259bb192cf
|
|
@ -117,7 +117,7 @@ Fourth - Adding credentials
|
|||
---------------------------
|
||||
|
||||
The credentials for your Sonatype OSSRH account need to be added
|
||||
somewhere. Common convention is a `~/.sbt/<sbt version>/sonatype.sbt` file with the
|
||||
somewhere. Common convention is a :sublit:`|globalBase|/sonatype.sbt` file with the
|
||||
following:
|
||||
|
||||
::
|
||||
|
|
@ -257,3 +257,4 @@ others:
|
|||
</developers>
|
||||
)
|
||||
|
||||
.. |globalBase| replace:: ~/.sbt/|version|
|
||||
|
|
|
|||
Loading…
Reference in New Issue