typo in code

pstarliu 2012-09-18 02:32:07 -07:00
parent cb54f97b28
commit 77ebc18039
1 changed files with 1 additions and 1 deletions

@ -53,7 +53,7 @@ In official tree there is no ebuild for sbt. But there are ebuilds to merge sbt
```text
mkdir -p /usr/local/portage && cd /usr/local/portage
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
```