diff options
| author | k32 <10274441+k32@users.noreply.github.com> | 2020-11-28 15:59:44 +0100 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar.batsov@gmail.com> | 2020-11-28 17:39:08 +0200 |
| commit | 69a25b110d6be7d3e0822d1ff0a54b91e3ec91aa (patch) | |
| tree | 5d3d9181fad9bf63ba49adb4d55cb6a8a1a6bd79 /README.md | |
| parent | d1cfad008b1719a6bee17fbe9479db414c0dc5d9 (diff) | |
Use rebar3 as the default build system for Erlang projects
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ concept of a project is pretty basic - just a folder containing some special file (e.g. a VCS marker or a project descriptor file). Currently `git`, `mercurial`, `darcs` and `bazaar` repos are considered projects by default. So are `lein`, `maven`, `sbt`, -`scons`, `rebar` and `bundler` projects. If you want to mark a folder +`scons`, `rebar3` and `bundler` projects. If you want to mark a folder manually as a project just create an empty `.projectile` file in it. Here are some of Projectile's features: |
