mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Complete some of the pending changing in renaming some files to .md
In commit d4b4791, four files were renamed by adding a file extension .md The files are CONTRIBUTING, COPYING, HACKING and INSTALL This commit fixes the pending tasks and especially the bug where HACKING.md is wrongly listed as HACKING in debian/plinth.docs and cause build failure for the Debian package of Plinth Signed-off-by: Joseph Nuthalapati <njoseph@thoughtworks.com> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
926596c35a
commit
d30ba771c3
@ -3,7 +3,7 @@ The goal is a readable log of code changes, to enhance transparency of their
|
||||
purpose and simplify debugging. Consider these guidelines as best practices, not
|
||||
as absolute rules - we're all learning by doing, and imperfect changes and
|
||||
commits are much better than none at all. For an introduction how to edit and
|
||||
test the code, have look into the HACKING file. Note that you need some basic
|
||||
test the code, have look into the HACKING.md file. Note that you need some basic
|
||||
understanding of Git to contribute; there are many tutorials in the Internet
|
||||
that we cannot repeat here.
|
||||
|
||||
|
||||
@ -28,7 +28,7 @@ The entire setup is automatic and requires about 4.5 GB of disk space.
|
||||
|
||||
## Installing Dependencies
|
||||
|
||||
Apart from dependencies listing in INSTALL file, Plinth may have additional
|
||||
Apart from dependencies listing in INSTALL.md file, Plinth may have additional
|
||||
dependencies required by modules of Plinth. To install these, run:
|
||||
|
||||
$ sudo apt install -y $(plinth --list-dependencies)
|
||||
|
||||
@ -39,7 +39,7 @@ the [FreedomBox Wiki](https://wiki.debian.org/FreedomBox/) and the
|
||||
|
||||
# Getting Started
|
||||
|
||||
See the INSTALL file for additional details and dependencies. To install run:
|
||||
See the INSTALL.md file for additional details and dependencies. To install run:
|
||||
|
||||
$ sudo python3 setup.py install
|
||||
|
||||
|
||||
2
debian/plinth.docs
vendored
2
debian/plinth.docs
vendored
@ -1,5 +1,5 @@
|
||||
README.md
|
||||
HACKING
|
||||
HACKING.md
|
||||
doc/*.html
|
||||
doc/*.pdf
|
||||
doc/images
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user