Commit Graph

497 Commits

Author SHA1 Message Date
Lucius Hu a46e7ce022
change(readme): require GNU Tar as dependency (#15874)
There are reports of unexpected failure when installing packages on systems with BSD Tar.

So from now on GNU Tar is a REQUIRED dependency.

fixes https://github.com/syl20bnr/spacemacs/issues/15654
2023-01-06 06:22:27 +00:00
Lin Sun ecb87b53f7
core/core-load-path.el: auto locate spacemacs-start-directory 2022-12-01 23:41:42 +01:00
Lucius Hu 9010d8d3ca
README.md
fix alignment
2022-08-05 01:56:41 +00:00
Lucius Hu 45bf3825dd
README: rewrite (#15660)
rewrite
2022-07-25 08:25:05 +00:00
Lucius Hu 2e897fcc89
fixup! core-configuration-layer: fix quelpa on opensuse 2022-07-23 04:40:37 -04:00
Arif Er 19bae11b3b [doc] correct grammar for homepage README file 2022-06-11 12:52:10 +02:00
Tim Ruffing 6f5de5cc4f [doc] Remove install instructions for old master
Fixes #14843.

This is in line with 964f4c5af3, whose
message states that "we no longer support master releases directly".
2022-05-15 20:27:37 +02:00
Lucius Hu 82cb081d84
README: Added a Discord Channel 2022-03-10 22:26:08 +00:00
Lucius Hu 4526486893
updated README.md 2022-01-29 02:09:46 +00:00
Lucius Hu a843146f17
Update README.md
removed obsolete instructions for GPG keys.
2022-01-05 04:14:47 +00:00
Maxi Wolff 0cbd48f0a5
[doc] Fix wrong min emacs version and rewrite update instructions 2022-01-03 22:00:08 +01:00
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