62
edits
m (Adding Windows commands) |
|||
| Line 52: | Line 52: | ||
First, remove all the /CVS subdirectories under the /templates directory:<br> | First, remove all the /CVS subdirectories under the /templates directory:<br> | ||
; GNU/Linux | ; GNU/Linux & Mac OSX | ||
<pre> | <pre> | ||
$cd templates | $cd templates | ||
| Line 59: | Line 59: | ||
; Windows | ; Windows | ||
<pre> | |||
C:\bugzilla-X.Y.Z>cd templates | |||
C:\bugzilla-X.Y.Z>FOR /D %i IN (CVS) DO (rmdir /s/q %i) | |||
</pre> | |||
Then, you should rename the /en subdirectory for your locale name.<br> | Then, you should rename the /en subdirectory for your locale name.<br> | ||
edits