Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
index 8c23f78b0b3ce3a2ffa7f678f9b9d39b3d75f30f..57c0d9f5684b5641789f76939b41b6f9b1a9b3b9 100644 (file)
@@ -2,16 +2,15 @@
 id: opensuse
 ---
 
-openSUSE has LTTng packages since version 12.3. To install LTTng, you
-first need to add an entry to your repositories. All LTTng repositories
+openSUSE has had LTTng packages since version 12.3. To install LTTng, you
+first need to add an entry to your repository configuration. All LTTng repositories
 are available
 <a href="http://download.opensuse.org/repositories/devel:/tools:/lttng/" class="ext">here</a>.
-For example, the following will add the LTTng repository for
+For example, the following commands adds the LTTng repository for
 openSUSE&nbsp;13.1:
 
 <pre class="term">
-sudo -i
-curl http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo &gt; /etc/zypp/repos.d/lttng.repo
+sudo zypper addrepo http://download.opensuse.org/repositories/devel:/tools:/lttng/openSUSE_13.1/devel:tools:lttng.repo
 </pre>
 
 Then, refresh the package database:
This page took 0.028566 seconds and 4 git commands to generate.