diff --git a/build.html b/build.html index b97a7795810f..ed042e4e35a4 100644 --- a/build.html +++ b/build.html @@ -73,7 +73,7 @@
pkg
needs to be run as root
.');
+ pre_text.push('Note that the following instruction is for FreeBSD 11.');
+ pre_text.push('Note that the following calls to pkg
needs to be run as root
.');
}
if (os_openbsd) {
- pre_text.push('Note that following instruction is for OpenBSD 6.7 and default KSH shell.');
+ pre_text.push('Note that the following instruction is for OpenBSD 6.7 and default KSH shell.');
pre_text.push('Note that building requires a lot of memory, so you may need to increase allowed per-process memory usage in /etc/login.conf or build from root.');
}
if (os_netbsd) {
- pre_text.push('Note that following instruction is for NetBSD 8.0 and default SH shell.');
+ pre_text.push('Note that the following instruction is for NetBSD 8.0 and default SH shell.');
}
var terminal_name = (function () {
@@ -553,7 +553,7 @@
return 'Bash';
})();
if (os_windows) {
- pre_text.push('Close and re-open ' + terminal_name + ' if PATH environment variable was changed.');
+ pre_text.push('Close and re-open ' + terminal_name + ' if the PATH environment variable was changed.');
}
pre_text.push('Run these commands in ' + terminal_name + ' to build TDLib and to install it to ' + install_dir + ':');
document.getElementById('buildPre').innerHTML = '