📝 Update installer & README.md
This commit is contained in:
parent
70979d58f8
commit
154a020520
@ -20,3 +20,11 @@ However, it takes a different approach to most of the features seen in other edi
|
|||||||
- Lambda is extremely fast and makes use of efficient memory management.
|
- 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).
|
- 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
|
# Copy lambda to ~/.local/share
|
||||||
rm -rf ~/.local/share/lambda
|
rm -rf ~/.local/share/lambda
|
||||||
ln -sf $(pwd) ~/.local/share/lambda
|
ln -sf "$(pwd)" ~/.local/share/lambda
|
||||||
|
|
||||||
# Copy lambda to ~/.local/share
|
# Copy lambda to ~/.local/share
|
||||||
#mkdir -p ~/.local/share/lambda
|
#mkdir -p ~/.local/share/lambda
|
||||||
|
Loading…
Reference in New Issue
Block a user