Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
quickfix install
Browse files Browse the repository at this point in the history
  • Loading branch information
Pryz committed Aug 7, 2023
1 parent 5ab18e2 commit 3f9db5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ We are preparing the Timecraft public roadmap and will be publish it soon on Git
Install Timecraft and run your first application locally.

```bash
curl -sL https://timecraft.dev/install.sh | bash
go install github.com/stealthrocket/timecraft@latest
```

Compile your application to WebAssembly and run it:
Expand Down
6 changes: 1 addition & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,7 @@ const config = {
],
copyright: `Copyright © ${new Date().getFullYear()} Stealth Rocket, Inc. Built with Docusaurus.`,
},
//prism: {
// theme: lightCodeTheme,
// darkTheme: darkCodeTheme,
//},
prism: {
prism: {
theme: darkCodeTheme,
lightTheme: lightCodeTheme,
darkTheme: darkCodeTheme,
Expand Down

0 comments on commit 3f9db5d

Please sign in to comment.