Skip to content

Commit 641b147

Browse files
committed
docs(Quick Start): Update insturciton displays
1 parent ff5cabc commit 641b147

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/content/en/Getting Started/Quick Start.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,20 @@ You will be asked with some questions about the package you are going to create:
7171
package name: (your-project)
7272
version: (1.0.0)
7373
description: Your project description!
74-
entry-point: (your-project-file.el)
75-
emacs-version: (26.1)
74+
entry point: (your-project.el)
75+
emacs version: (26.1)
76+
website: https://example.com/project-url/
77+
keywords: tools example
7678
About to write to /path/to/project/Eask:
7779
7880
(package "your-project"
7981
"1.0.0"
8082
"Your project description!")
8183
82-
(package-file "your-project-file.el")
84+
(website-url "https://example.git/your-project/")
85+
(keywords "tools" "example")
86+
87+
(package-file "your-project.el")
8388
8489
(source "gnu")
8590

0 commit comments

Comments
 (0)