logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: ffea7b75ce60c914e4a8ea4f029dab68e79cf181
parent ac34da62c271d234ce65a1051c95e72f01153abc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  1 Feb 2017 00:57:45 +0100

notes/osu: forgot $0 mono & restoring dependencies

Diffstat:

Mnotes/osu!.shtml3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/notes/osu!.shtml b/notes/osu!.shtml @@ -21,7 +21,8 @@ <ul> <li>Install mono</li> <li>Take NuGet (2.8.7-MonoDevelop)</li> - <li>update it (<code>nuget-Release-2.8.7-MonoDevelop/lib/NuGet.exe update</code>)</li> + <li>update it (<code>mono nuget-Release-2.8.7-MonoDevelop/lib/NuGet.exe update</code>)</li> + <li>install dependencies (<code>mono <i>nuget-path/NuGet.exe</i> restore</code>) <li>Build osu (<code>xbuild</code>)</li> <li>Run ! (<code>mono osu.Desktop/bin/Debug/osu!.exe</code>, found working argument is pointing to a .osz) </section>