Skip to content

Commit 8e5bb03

Browse files
committed
update config.ini.template
1 parent e672648 commit 8e5bb03

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

config.ini.template

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
################################################################################
2-
# Use absolute path or path from ~
3-
# e.g. ~/projects/libft_rendu
2+
# Use absolute path
43
################################################################################
54

6-
FT_LS_PATH = /path/to/ft_ls
7-
GET_NEXT_LINE_PATH = /path/to/get_next_line
8-
LIBFT_PATH = /path/to/libft
9-
FT_PRINTF_PATH = /path/to/printf
10-
FT_SH1_PATH = /path
11-
FT_SH2_PATH = /path
12-
LIBFTASM_PATH = /path
5+
LIBFT_PATH = /absolute/path/to/project
6+
GET_NEXT_LINE_PATH = /absolute/path/to/project
7+
FT_PRINTF_PATH = /absolute/path/to/project
8+
FT_LS_PATH = /absolute/path/to/project
9+
LIBFTASM_PATH = /absolute/path/to/project

0 commit comments

Comments
 (0)