Commit Graph

486 Commits

Author SHA1 Message Date
Laurent Thévenoux 1e79c36266
README: fix macOS prerequisites regarding grep (#15038)
The --with-default-names option seems to not exists anymore. A directory have to be added to PATH instead.
2021-09-08 21:49:10 +00:00
Maxi Wolff 2a0a261263
[doc] Change spacemacs links to point to the develop web page
as the old spacemacs.org page is outdated anyway and seems
to have an certificate issue.
2021-08-23 23:02:26 +02:00
duianto 9f95c95dfc [docs] Update readme, Windows clone path
problem:
The clone command doesn't work in Windows:
`git clone -b develop https://github.com/syl20bnr/spacemacs ~/.emacs.d`

It creates a `~` directory in: `C:\Users\username`
that contains: `.emacs.d`

But Emacs looks for `.emacs.d` in: `C:\Users\username\AppData\Roaming`

solution:
Add instructions for cloning to the Roaming directory.

In a Command Prompt:
`git clone -b develop https://github.com/syl20bnr/spacemacs %appdata%/.emacs.d`

In a Windows PowerShell prompt:
`git clone -b develop https://github.com/syl20bnr/spacemacs $env:appdata/.emacs.d`
2021-08-22 22:15:59 +02:00
JAremko aa4547086d [CI] Move documentation formatting to CircleCI 2021-07-05 14:30:55 -07:00
Arif Er 728c0ffb48
[Readme] Fix link (#14877)
Fix dead link. Addresses #14860.
2021-06-29 20:42:12 +00:00
Sylvain Benner 1ce4a7fd66 [CI] Test disabled TravisCI webhook 2021-06-01 23:33:30 -04:00
Sylvain Benner f5a777b861 [CI] Test disabled DockerCI autobuild 2021-06-01 23:25:53 -04:00
JAremko 9da9e3ff01 Align badges 2021-04-14 14:57:48 +03:00
JAremko f8d62d91f8 Update CI badges 2021-04-14 14:30:19 +03:00
Friends A 07970be51d docs: fix ‘gzip-for-windows’ link error 2021-04-08 20:25:24 +02:00
Pedro Manuel Torres 491d2db136 Update README.md
Add the new cask syntax in macOS install instructions for font-source-code-pro
2021-03-31 14:06:17 +02:00
James 15a4914458 Fixup URLs to HTTPS and fix GPLv3 logo link 2021-03-30 22:32:40 +02:00
syl20bnr 2c22bb96a0 Add GPLv3 logo to README 2021-03-25 22:59:32 -04:00
Chris 9b9043bc5c
update cask install instructions in README (#14452)
* use 'brew install --cask'

the latest versions of homebrew use the syntax 'brew install --cask' instead of 'brew cask install'

* Update README.md
2021-03-14 00:16:16 +01:00
Marco Ieni cbeafda39b README: improve badges
- add alt text to html badge
- add language to code blocks in order to get syntax highlight
2020-09-04 22:56:46 +02:00
Boris Buliga 75cffc89d2 add instructions to build emacs-plus with Spacemacs icon 2020-06-07 17:55:30 +02:00
Maximilian Wolff 6ec693c6a9
Move PR tutorial from README to CONTRIBUTING 2020-03-13 00:21:32 +01:00
Maximilian Wolff 4ac23df2d4
Add more helpful links to the README 2020-03-12 20:45:06 +01:00
Maximilian Wolff 884afe138b
Mention tutorial links in general README.md 2020-03-08 19:32:57 +01:00
Maximilian Wolff 7c6f1bebd4
Add missing changelog.develop entry and clean up installation instructions 2020-01-30 22:40:23 +00:00
Apromixately 382200ba9d
Update README.md
Add description of how to get new GPG key for old Emacs versions.
2020-01-30 22:26:57 +00:00
ghost-420 3d39b98e92 [doc] Update Windows section
Suggest official Emacs.
2020-01-14 09:20:56 +01:00
Marco Ieni 708d130ac9 README: renamed intelli-space to intellimacs
updated related project name
2019-12-28 19:59:22 +01:00
Miciah Masters 552fd5953c Update references to macOS
Apple renamed "Mac OS X" to "OS X" in 2012 and then to "macOS" in 2016.
Update references to use the current name.
2019-10-13 12:04:40 +02:00
Sergio Morales 4ab684bd58 Update README.md
fix documentation to install fonts
2019-10-11 21:31:58 +02:00
Som Poddar 283ede755d Updated read-me
- Added brew specific commands for symlinking app on Mac
- Removed trailing white space chars
2019-10-11 14:42:20 +02:00
Pedro Cunial c91dc24538 Add --depth to git clone command suggestion in README.md 2019-08-31 23:34:13 +02:00
Lassiter Gregg f2dbe9eff4 Update README.md to have more information about installing packages on OSX 2019-08-08 21:02:13 +02:00
MarcoIeni 50c27cd3f6 Added "Spacemacs Everywhere" section in README
This new section provides links to projects that aims to bring spacemacs
experience to other IDEs/tools
2019-06-24 21:07:00 +02:00
Luke Winship 2743227e6b Make emacs-mac instruction consistent with emacs-plus 2019-05-30 09:35:25 +02:00
syl20bnr 059455e248 Remove Waffle from Readme :-( 2019-05-12 21:53:52 -04:00
Vincent Taing 2441f36a79 Add a note on grep prerequesite in the README 2019-04-23 23:56:56 +02:00
Ather Sharif 551ed9cdc2 added emacs-plus instructions for installation 2018-05-21 13:10:51 -04:00
Ather Sharif efa68b1858 downcased the ln statement 2018-05-21 13:10:51 -04:00
Ather Sharif 0585b37320 add recommended brew method to install emacs 2018-05-21 13:10:51 -04:00
syl20bnr 2e8727ae2e Fix line separation in README 2018-03-04 00:15:58 -05:00
syl20bnr 665c09b684 mode-line: fix color space for spaceline separators on MacOS 2018-01-28 22:40:58 -05:00
syl20bnr b53b23adff Add requirement for gzip in Windows prerequisites README 2017-10-29 21:43:15 -04:00
syl20bnr 5614bae8da Bump Emacs minimum version requirements in README 2017-10-29 21:16:20 -04:00
Anton Latukha 774da71292 README: allow people to go `stable` or participate in `develop`
With this easy change:

* Every newcomer decide - to use `stable` or to go participate in `develop`
* Users automagically get informed there in Spacemacs this process, and where `stable` is and where is `develop` happening.
* People will know to look in `develop`, and over time `stable` people would create less bugreports already fixed in `develop`, so you also will get less bugreport duplicates from `stable` users that does not knew about `develop`.
* More testing and community participation in development. `develop` is now closed from eyes of users, make it more known and open.
2017-10-15 11:08:01 -04:00
JAremko 90d3ac1efa
Switch to CircleCI status badge 2017-09-23 23:40:41 +03:00
Eivind Fonn 1225631c12 Point to full installation instructions without shortcuts 2017-05-24 14:08:11 +02:00
Jim Deville 6c68694a43 Clarify the intentions of Quick Install
To address https://github.com/syl20bnr/spacemacs/issues/5538 by clarifying the Quick install and pointing to advanced instructions
2017-05-24 14:06:52 +02:00
Muneeb Shaikh 2ecfe98bd3 typo: your -> you're 2017-04-29 11:14:55 +05:30
JAremko c1e4556882 Format and cleanup docs. Fix links. 2017-04-28 23:29:14 -04:00
syl20bnr d25d032e90 Update README
Remove mention about XEmacs development being dead.
Avoid to replicate the wizard to respect DRY and minimize the risks of out dated
documentation.
2017-04-28 22:47:50 -04:00
duianto c0c18cd185 Update README.md: links/rewrites/missing words/etc 2017-04-28 22:37:20 -04:00
syl20bnr bb70793c75 README: respect 80 chars by line 2017-04-20 22:34:57 -04:00
Nikolai Myllymäki 419fc605ec Add commands for font install on macOS
Add brew commands for Source Code Pro installation to installation instructions
in README.md, describe command usage and add missing capitalisation.

Concentrate installation instructions

Make installation instructions more beginner-friendly, concise and thorough:
- Add Git to prerequisites
- Move specific git clone instructions for Windows users from beginners
tutorial to README.md
- Move fallback font installation instructions and info from beginners tutorial
to README.md
- Remove redundant install steps from beginners tutorial
- Misc. typo fixes and wording improvements
2017-04-20 22:29:25 -04:00
Robert O'Connor 2659c8b32b Remove trailing whitespace (again) 2017-04-19 22:51:39 -04:00