From 4aaeca15248b71c20f5aa8f17e0aa218e542f7f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 5 Nov 2024 14:03:28 +0100 Subject: Update user guide --- guide/getting_started.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'guide/getting_started.html') diff --git a/guide/getting_started.html b/guide/getting_started.html index 151a31a..ecb66d0 100644 --- a/guide/getting_started.html +++ b/guide/getting_started.html @@ -35,7 +35,10 @@ div.navfooter{margin-bottom:1em}

Chapter 2. Getting started

This chapter explains how to get started using Erlang.mk.

2.1. Creating a folder for your project

The first step is always to create a new folder that will contain your project.

$ mkdir hello_joe
-$ cd hello_joe

Most people tend to put all their projects side by side in +$ cd hello_joe

Note that the project directory name must match the name of +your application for some of the functionality to work (such +as OTP releases). The name should only include letters, numbers +or underscore as well for better compatibility.

Most people tend to put all their projects side by side in a common folder. We recommend keeping an organization similar to your remote repositories. For example, for GitHub users, put all your projects in a common folder with the same name -- cgit v1.2.3