Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions building.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ Run

`make dist`

make
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The added make command lacks proper formatting. Throughout the document, commands are formatted as inline code blocks using backticks and are indented with two spaces. This line should be formatted as \make`` to maintain consistency with lines 15, 26, and 34.

Suggested change
make
`make`

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot اصنع

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makeالأمر موثق مسبقًا في السطر 15 ضمن

Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This command appears to be placed in the wrong section. The make command is already documented on line 15 under the "Building" section. This duplicate entry at the end of the "Packaging" section doesn't make sense contextually. Consider removing this line or clarifying what additional build step is needed here.

Suggested change
make

Copilot uses AI. Check for mistakes.
Copy link

Copilot AI Dec 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a trailing space after make on this line. This should be removed to maintain clean formatting.

Suggested change
make
make

Copilot uses AI. Check for mistakes.