Skip to content
This repository was archived by the owner on Apr 11, 2018. It is now read-only.

Commit f15361b

Browse files
authored
Update README.md
1 parent 3b3324a commit f15361b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ This uses MonoDevelop binaries from @fusion809 PKBUILD repo for Arch Linux: http
99
To install simply download a release and do:
1010
```
1111
chmod +x monodevelop-{version}.run
12-
./monodevelop-{version}.run
12+
sudo ./monodevelop-{version}.run
1313
```
1414
where you replace `{version}` with the version you've downloaded.
1515

16+
The installer will add "MonoDevelop Stable" application launcher, as well as the following commands:
17+
- monodevelop-stable - Launches MonoDevelop
18+
- mdtool-stable - Launches MDTool
19+
- monodevelop-stable-uninstall - Uninstalls MonoDevelop from .run installer
20+
1621
## Building installer from source
1722

1823
To build from source, simply download and call the generate script as seen bellow:

0 commit comments

Comments
 (0)