From 89d3d710dea4f9abadfa8f7906f120443ecbaa87 Mon Sep 17 00:00:00 2001 From: Damian Edwards Date: Mon, 19 Oct 2015 21:38:27 -0700 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eecf595ed..5ace6e6ee 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Building/Running 1. Run `build.cmd` or `build.sh` from the root -2. Use `artifacts/{os}-{arch}/state2/dotnet` to try out the `dotnet` command. You can also add `artifacts/{os}-{arch}/state2` to the PATH if you want to run `dotnet` from anywhere. +2. Use `artifacts/{os}-{arch}/stage2/dotnet` to try out the `dotnet` command. You can also add `artifacts/{os}-{arch}/stage2` to the PATH if you want to run `dotnet` from anywhere. ## Notes