summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorgitchomik <gitchomik@users.noreply.github.com>2015-08-31 21:39:11 +0200
committergitchomik <gitchomik@users.noreply.github.com>2015-08-31 21:39:11 +0200
commit7924e3e105d8166c5b64241f21391dd713b4849e (patch)
treeaeba0f23cd80def3b3b7ee08cb8cfb1b6ee6cfdf /Documentation
parent7b5e558e092b0afef8c2cdba0ba32e0e45308b90 (diff)
downloadcoreclr-7924e3e105d8166c5b64241f21391dd713b4849e.tar.gz
coreclr-7924e3e105d8166c5b64241f21391dd713b4849e.tar.bz2
coreclr-7924e3e105d8166c5b64241f21391dd713b4849e.zip
Update linux-instructions.md
Added information about Native Components in runtime directory
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/building/linux-instructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/building/linux-instructions.md b/Documentation/building/linux-instructions.md
index 0659350a8c..2e60fa0b67 100644
--- a/Documentation/building/linux-instructions.md
+++ b/Documentation/building/linux-instructions.md
@@ -102,7 +102,7 @@ After you've done these steps, the runtime directory on Linux should look like t
```
matell@linux:~$ ls ~/coreclr-demo/runtime/
-corerun libcoreclr.so mscorlib.dll System.Console.dll System.Diagnostics.Debug.dll
+corerun libcoreclr.so mscorlib.dll System.Console.dll System.Diagnostics.Debug.dll System.Native.so
```
Download Dependencies