mirror of https://github.com/sbt/sbt.git
typo in code
parent
cb54f97b28
commit
77ebc18039
|
|
@ -53,7 +53,7 @@ In official tree there is no ebuild for sbt. But there are ebuilds to merge sbt
|
||||||
```text
|
```text
|
||||||
mkdir -p /usr/local/portage && cd /usr/local/portage
|
mkdir -p /usr/local/portage && cd /usr/local/portage
|
||||||
git clone git://github.com/whiter4bbit/overlays.git
|
git clone git://github.com/whiter4bbit/overlays.git
|
||||||
echo "PORTDIR_OVERLAY=$PORTDIR_OVERLAY /usr/local/portage/overlay" >> /etc/make.conf
|
echo "PORTDIR_OVERLAY=$PORTDIR_OVERLAY /usr/local/portage/overlays" >> /etc/make.conf
|
||||||
emerge sbt-bin
|
emerge sbt-bin
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue