Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-22 13:22:50 +0400
committerAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-01-22 13:22:50 +0400
commit287eca34bbef9169f6c659458caa5817fe23aae6 (patch)
tree874f6cbc1ac62250baa01df691b7578a547489b8
parent4378a5b6415dfbc774d96b168a28b019337fad2d (diff)
fix description on replacer.sh.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0645df7..77e7492 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ As of OSS release 1.0, there are only two steps are required to make it
possible to build with mono in the source repo:
- apply mono.patch
-- cd Rx/NET/Source/Tests.System.Reactive and run ../../../../replacer.sh
+- cd Rx/NET/Source/Tests.System.Reactive and run "csharp ../../../../replacer.sh"
Actually ObservableExTest.cs cannot be compiled due to insufficient
type inference for lambdas, so I skipped it in Mono.Reactive.Testing_test.dll.