Update README.md

This commit is contained in:
Isaac Carter 2020-04-20 18:15:46 -04:00 committed by Michael Webster
parent c8a0150fd4
commit 2bb61b9190
1 changed files with 12 additions and 9 deletions

View File

@ -33,19 +33,22 @@ Some of the plugins, packaged and installed with xed include, among others:
## Installation ## Installation
```
1. run the 'configure' script 1. run the 'configure' script
- **meson --prefix=/usr build ** # meson --prefix=/usr build
2. build xed 2. build xed
- **ninja -v -C build** # ninja -v -C build
3. install xed *Become root if necessary* 3. install xed
- **ninja install -v -C build** # sudo ninja install -v -C build
*Build Instructions for Debian-based distros* ** Build Instructions for Debian-based distros **
1. run **dpkg-buildpackage** from the xed base directory 1. run "dpkg-buildpackage" from the xed base directory
2. **cd ..** 2. cd ..
3. **dpkg -i \*.deb** *Become root if necessary* 3. run
# sudo dpkg -i *.deb
4. From then, any new changes can be applied by running 4. From then, any new changes can be applied by running
- **ninja -C debian/build install** *Become root if necessary* # sudo ninja -C debian/build install
```
### Xed look and feel ### Xed look and feel