-
Notifications
You must be signed in to change notification settings - Fork 123
make README.md more attractive, add cmake cache to .gitignore #274
Conversation
I would love to add a usage section that gives a short introduction to running
As for qt-gui and the web ui, their usage information should be in their respective folders and linked to from the main README.md. (IMO those two should even be separate repos on github) It would also be nice to add a badge with the build status (and maybe other useful information) |
@@ -19,3 +19,8 @@ build* | |||
|
|||
#ignore emacs backup files | |||
\#*# | |||
|
|||
#ignore cmake cache files | |||
CMakeFiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually with out-of-tree builds that should not be necessary.
isn't the contact/start developing/contributing more important then e.g. how to install? |
Daniel Bugl wrote:
I think its ideal if it is written by someone who is currently not familiar
Separate repos only make sense if there is a separate maintainer and releases. |
I think the
It depends. Contributing to libelektra - I don't think so. Developing with libelektra, sure, that's important. The quickstart section contains a link to the application integration tutorial. Contact could be moved too, but it's usually found at the end - a lot of github projects add a gitter badge at the beginning so people can get in touch with you if they run into any problems, maybe we could do something like that (add a small contact link, or even use gitter) As for installation, I think it is important as that's the first step to get started with elektra, so it should be one of the first things new visitors see. (after an explanation on what elektra actually is)
True. I'll try out
My reasoning was that if you want to use elektra in your application, you go to |
Hello, Daniel Bugl wrote:
It might be even annoying for the accidentally run, because git clean does not
Ok.
Why not have a link to the others tutorials, too?
I am ok when you want to add social networks (stackoverflow might be very
I doubt that information really helps for installation. It is more an There is also doc/INSTALL.md, we could move the information of sources.list
A big thanks to you for fixing these issues!
That it is called "libelektra" is a practical decision: the name is easier to |
I'll do the following things then:
|
I updated the README.md. I also tested the I would like to add an example of setting envvars with elektra to the Quickstart section - please let me know how this works :) Which other tutorials should be included and where (which sections)? |
make README.md more attractive
Thanks, it is a lot nicer now!
To run the locally compiled version, you simply can run: ./qt-gui Setting envvars is:
See docu in src/libgetenv/README.md Further tutorials: I created an issue #280 because nobody will see the text here... |
installation/usage instructions should definitely be one of the first things the user sees, as for the goals and facts, I really want them on top too, but they're just too long, so I put them after the Getting started section, but added a link to the Goals section:
Why should I use Elektra?
hopefully that makes it easier for people to find the information they need