Skip to content

Commit 90b53b1

Browse files
Update README.md
Add "Contributing" & "Compiling" sections. Fix minor typo
1 parent 6025fb2 commit 90b53b1

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Initial thoughts are that CodeSnip 5 will:
2929
* Use a new JSON based config file format?
3030
* Drop support for older OSs - may be Win10/Win11 only?
3131
* Drop support for legacy CodeSnip file formats from before CodeSnip 4.
32-
* Bring together the standard and portable versions: no more separately compiler versions. CodeSnip will probably run as a standard Windows application if installed in `%ProgramFiles%` and act as a portable application is its installed anywhere else.
32+
* Bring together the standard and portable versions: no more separately compiler versions. CodeSnip will probably run as a standard Windows application if installed in `%ProgramFiles%` and act as a portable application if it's installed anywhere else.
3333
* Support different themes: e.g. light and dark.
3434
* Be more _testable_.
3535

@@ -45,6 +45,20 @@ Oh no, not getting into promising anything! It all depends on how much time and
4545

4646
I'm more than happy to receive suggestions, comments, ideas etc. and you are welcome to use the [CodeSnip 5 Belvedere](https://github.com/delphidabbler/codesnip/discussions/42) discussion thread to share your thoughts. Please use that thread in preference to the Issues page for anything to do with `belvedere`.
4747

48+
## Contributing
49+
50+
I'm not looking for any contributions to `belvedere` at the moment - it's too early in development to be cleat about what's needed.
51+
52+
But as soon as I make enough progress I'll be more than happy to receive help.
53+
54+
In the meantime any assistance maintaining CodeSnip 4 would be greatly appreciated. See `README.md` on the `develop` branch for details.
55+
56+
## Compiling
57+
58+
CodeSnip 5 Belvedere is being developed in Delphi 11 and is being compiled from the IDE.
59+
60+
Binaries are being created in the `belvedere\_build` directory.
61+
4862
## Blog
4963

5064
I'm planning to do an occasional blog post or two if and when I make progress. Those posts will appear on the existing [CodeSnip Blog](https://codesnip-app.blogspot.com/).

0 commit comments

Comments
 (0)