📝 Update installer & README.md
This commit is contained in:
parent
70979d58f8
commit
154a020520
10
README.md
10
README.md
@ -19,4 +19,12 @@ However, it takes a different approach to most of the features seen in other edi
|
||||
- Other modes can be used by holding down keybindings (i.e. `ctrl-x` inside of `insert` mode)
|
||||
- Lambda is extremely fast and makes use of efficient memory management.
|
||||
- Neovim is slow, and actually requires [a plugin to speed it up](https://github.com/lewis6991/impatient.nvim).
|
||||
- Lambda has much better default keybindings than other text editors.
|
||||
- Lambda has much better default keybindings than other text editors.
|
||||
|
||||
### Getting started
|
||||
```bash
|
||||
git clone https://github.com/SpyHoodle/lambda.git # Clone the repository
|
||||
cd lambda # Enter lambda directory
|
||||
chmod +x install.sh # Make the install script executable
|
||||
./install.sh # Run the install script
|
||||
```
|
@ -2,7 +2,7 @@
|
||||
|
||||
# Copy lambda to ~/.local/share
|
||||
rm -rf ~/.local/share/lambda
|
||||
ln -sf $(pwd) ~/.local/share/lambda
|
||||
ln -sf "$(pwd)" ~/.local/share/lambda
|
||||
|
||||
# Copy lambda to ~/.local/share
|
||||
#mkdir -p ~/.local/share/lambda
|
||||
|
Loading…
Reference in New Issue
Block a user