Added build files to turn the bible into a book
This commit is contained in:
14
manuscript/chapter12.txt
Normal file
14
manuscript/chapter12.txt
Normal file
@@ -0,0 +1,14 @@
|
||||
# Performance
|
||||
|
||||
## Disable Unicode
|
||||
|
||||
If your script doesn't require unicode, you can disable it for a speed boost. Results may vary but I've seen an improvement in Neofetch and some other smaller programs.
|
||||
|
||||
```shell
|
||||
# Disable unicode.
|
||||
LC_ALL=C
|
||||
LANG=C
|
||||
```
|
||||
|
||||
<!-- CHAPTER END -->
|
||||
|
||||
Reference in New Issue
Block a user