Skip to content

Commit

Permalink
docs: fix update code to new version
Browse files Browse the repository at this point in the history
  • Loading branch information
1Luc1 authored and moonrailgun committed Oct 2, 2024
1 parent 2cb8058 commit 1fe5009
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion website/docs/install/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ cd tianji
git fetch --tags
git checkout -q <version>

# run db migrations
# Update dependencies
pnpm install

# Build project
pnpm build

# Run db migrations
cd src/server
pnpm db:migrate:apply

Expand Down

0 comments on commit 1fe5009

Please sign in to comment.