aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-03-13 14:07:55 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-03-13 15:50:50 +0100
commit36fd879b2553baee69555fb237864972325039f1 (patch)
tree80061cff3203a743b9cff3529e2f45fdd1e4b874 /README.md
parent33d063752182c8dca60ad0bddaaa12a6669eb70b (diff)
downloadrneovim-36fd879b2553baee69555fb237864972325039f1.tar.gz
rneovim-36fd879b2553baee69555fb237864972325039f1.tar.bz2
rneovim-36fd879b2553baee69555fb237864972325039f1.zip
doc: eval.txt fixup, README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 81a9c31c4b..dcead08331 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,17 @@ Install from package
Packages are in [Homebrew], [Debian], [Ubuntu], [Fedora], [Arch Linux], and
[more](https://github.com/neovim/neovim/wiki/Installing-Neovim).
+Project layout
+--------------
+
+- `.ci/`: Build server scripts
+- `cmake/`: Build scripts
+- `runtime/`: Application files
+- [`src/`](src/nvim/README.md): Application source code
+- `third-party/`: CMake sub-project to build third-party dependencies (if the
+ `USE_BUNDLED_DEPS` flag is undefined or `USE_BUNDLED` CMake option is false).
+- [`test/`](test/README.md): Test files
+
What's been done so far
-----------------------