aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAge
* Rewrite and refactor all documentation (#5534)David Else2023-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rewrite and refactor all documentation * Rewrite and refactor the guides * update runtime directory instructions for windows * Update the Ubuntu 3rd party repo section with 22.10 * Merge from upstream * Rewrite and refactor all documentation * Apply suggestions from code review Apply the suggestions that can be committed from the GitHub web interface. Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Add Windows themes folder Co-authored-by: digidoor <37601466+digidoor@users.noreply.github.com> * Apply the rest of the suggestions from the code review * Revert "Apply the rest of the suggestions from the code review" This reverts commit 498be1b7a1aec3ff567b95130148628beeef9b77. * Revert "Merge branch 'rewrite-and-refactor-all-documentation' of github.com:David-Else/helix into rewrite-and-refactor-all-documentation" This reverts commit 7c8404248ffef73b80b9051d5a4359c5bcfa5d1a, reversing changes made to d932969cfc9fadda12a74cc01665919dee7152fb. * Apply code review suggestions * Changes after re-reading all documents * Missed a full stop * Code review suggestions and remove macOS and Windows specific sections * Add OpenBSD to heading * Add back macOS and Windows sections and further simplify and improve * Change wording to nightly * Remove README installation section and turn into a link * Simplify building from source and follow code review suggestions * Code review revisions * Fix copy paste mistake * Apply the latest code review suggestions * More small code review items * Change minor modes for code review * Fix link and typos * Add note that you need a c++ compiler to install the tree-sitter grammars * Add pacman example * Make sure all headings are lower case * Revert to the original passage adding a reference to Windows that was missing * Update book/src/guides/adding_languages.md Fix grammar typo Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update book/src/install.md Fix tree sitter typo Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Remove TOC links to main heading --------- Co-authored-by: CptPotato <3957610+CptPotato@users.noreply.github.com> Co-authored-by: Michael Davis <mcarsondavis@gmail.com> Co-authored-by: digidoor <37601466+digidoor@users.noreply.github.com>
* docs: Fix PowerShell runtime linking command (#5822)Jaeho Choi2023-02-05
|
* Update the cargo installation instructions to include --locked (#5443)Mike Trinkala2023-01-07
|
* Mention the icon in README.md (#5370)blt__2023-01-02
|
* Add logo with text included (#4973)Pascal Kuthe2022-12-03
|
* feat(docs): style readme & add badges (#4970)Matouš Dzivjak2022-12-02
| | | | Centre Helix title and logo and add badge with latest release and link to matrix chat.
* Forgot to set the heightBlaž Hrastnik2022-12-02
|
* Add the new logo!Blaž Hrastnik2022-12-02
|
* fix typo (#4656)Zhizhen He2022-11-08
|
* fix: small error (#4651)0xflotus2022-11-08
|
* Clarify use of `HELIX_RUNTIME` (#4382)Greg Troszak2022-10-21
|
* Update windows install instructions (#4351)Alex2022-10-19
|
* Rearrange README.md slightly (#4206)Jacob Kiesel2022-10-11
|
* Add instructions for gnome desktop support using the `.desktop` file (#4165)David2022-10-10
|
* Fix typos (#3858)taupiqueur2022-09-17
|
* xcopy - assume destination is a directory (#3686)NotAgentBilly2022-09-05
|
* packaging: Point to homebrew-core instead of tap (#3513)Michael Davis2022-08-31
|
* adds xcopy param to recursively copy runtime folder (#3378)jdrst2022-08-10
|
* Update README command table (#3224)Kyle L. Davis2022-07-28
|
* Add runtime `xcopy` command on powershell in docs (#2958)川田 恵氏 (Kawada Keishi a.k.a megumish)2022-07-04
|
* Update from-source install instruction in README (#2603)Marcin Puc2022-05-29
|
* fix(docs): cleanup obsolete indents.toml mentions (#2327)unrelentingtech2022-04-29
|
* add table of OS/command for copy/symlink the runtime folder to the config ↵matan h2022-04-20
| | | | | | | | | | | | | | | | | | | | | | | (#2073) * create table of OS and commands in the readme * add link to wiki from health check (without color; just simple println) * move the table from readme to docs and add link from the readme to docs * drop copy on unix,and apply some style fixes from the conversations * by mistake, I edit master insted of develop * remove this file from pr * Update README.md Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * copy table to readme Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
* Improve documentation on Language Server installation (#2037)Michael Davis2022-04-09
|
* rename '--fetch/build-grammars' flags into '--grammar fetch/build'Michael Davis2022-03-10
| | | | | The old flags were a bit long. --grammar is also aliased to -g to make it even easier.
* replace all submodule documentation with flags documentationMichael Davis2022-03-10
|
* Readme: fix typo (#1695)Arjun P2022-02-22
|
* In README, add example for windows config directory (#1273)WindSoilder2021-12-16
| | | | | * better doc for windows user * fix doc
* docs: Auto generate command listGokul Soumya2021-12-08
|
* Fix "good first issue" link (#1140)NNB2021-11-21
|
* chore(doc): use faq for finding helix log file (#963)Carter Snook2021-11-03
|
* Move 'Note' from incorrect location (#921)Za Wilcox2021-10-29
|
* Add note about FAQ to `README.md` (#848)Omnikar2021-10-16
|
* Fix it's -> its (#676)Sven-Hendrik Haase2021-08-30
|
* Update README.md (#581)Kirawi2021-08-14
| | | | | * Update README.md * Update README.md
* Update `README.md`Omnikar2021-08-02
|
* Remove embed_runtime featureBlaž Hrastnik2021-07-30
| | | | It's no longer practical to maintain. Closes #451
* Make instructions regarding runtime clearerBlaž Hrastnik2021-07-17
|
* Add repology.org packaging statusBlaž Hrastnik2021-06-22
|
* Fix link to good first issueBlaž Hrastnik2021-06-22
|
* Update READMEWojciech Kępka2021-06-12
|
* Add trace log primer to the Contributing sectionKelly Thomas Kline2021-06-08
|
* Release 0.0.10Blaž Hrastnik2021-06-07
|
* Install instructions and version number corrections (#148)Ethan Bodzioney2021-06-07
| | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number
* Apply suggestions from code reviewBrian Dawn2021-06-06
| | | | Co-authored-by: Ivan Tham <pickfire@riseup.net>
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
| | | | | | These changes provide a new feature flag "embed_runtime" that when enabled and built in release mode will embed the runtime folder into the resulting binary.
* Better link to MatrixBlaž Hrastnik2021-06-05
|
* Update README.mdEric Leijonmarck2021-06-02
|
* Update README.mdEric Leijonmarck2021-06-02
|
* Update README.mdEric Leijonmarck2021-06-02
|