diff --git a/README.md b/README.md index 28252f67..927befe6 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,10 @@ sudo layman -a dlang Add ebuild from contrib/gentoo to a local overlay to use. ``` -### Dependencies: openSUSE Leap 15.0 +### Dependencies: OpenSuSE Leap 15.0 ``` -wget http://downloads.dlang.org/releases/2.x/2.081.1/dmd-2.081.1-0.openSUSE.x86_64.rpm -sudo zypper install ./dmd-2.081.1-0.openSUSE.x86_64.rpm -sudo zypper install git libcurl-devel sqlite3-devel +sudo zypper addrepo --check --refresh --name "D" http://download.opensuse.org/repositories/devel:/languages:/D/openSUSE_Leap_15.0/devel:languages:D.repo +sudo zypper install git libcurl-devel sqlite3-devel D:dmd D:libphobos2-0_81 D:phobos-devel D:phobos-devel-static ``` ## Compilation & Installation