File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -316,24 +316,24 @@ class MyPlugin(Plugin):
316316 < div className = "grid gap-6 md:grid-cols-3" >
317317 { [
318318 {
319- title : "Install the CLI " ,
319+ title : "Install Endstone " ,
320320 steps : [
321321 "pipx install endstone" ,
322- "Configure your server profile " ,
322+ "Configure your server properties " ,
323323 ] ,
324324 } ,
325325 {
326326 title : "Pick your plugins" ,
327327 steps : [
328- "Browse the curated plugin directory " ,
329- "Sync updates with a single command " ,
328+ "Browse the curated plugin repository " ,
329+ "Restart your server to load new plugins " ,
330330 ] ,
331331 } ,
332332 {
333333 title : "Deploy anywhere" ,
334334 steps : [
335- "Ship to Linux or Windows" ,
336- "Automate releases with CI templates " ,
335+ "Deploy to Linux or Windows" ,
336+ "Run inside a docker container " ,
337337 ] ,
338338 } ,
339339 ] . map ( ( { title, steps} ) => (
You can’t perform that action at this time.
0 commit comments