Remove unneeded "will"s + minor fixes
[lttng-docs.git] / contents / installing-lttng / desktop-distributions / opensuse.md
index dbd03577929551a4e4f83f3895ca0535817628d3..57c0d9f5684b5641789f76939b41b6f9b1a9b3b9 100644 (file)
@@ -6,12 +6,11 @@ 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 commands 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.022644 seconds and 4 git commands to generate.