Skip to content

Commit

Permalink
feat: install
Browse files Browse the repository at this point in the history
  • Loading branch information
omarsy committed Jul 10, 2024
1 parent a90e3dd commit c81be0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export async function goInstall(version: string): Promise<string> {
const chres = await execShellCommand(`cd gno && git checkout ${version}`)
printOutput(chres)

const bres = await execShellCommand(`cd gnovm && make build && make install`)
const bres = await execShellCommand(`cd gno/gnovm && make build && make install`)
printOutput(bres)

const res = await execShellCommand("go env GOPATH")
Expand Down

0 comments on commit c81be0c

Please sign in to comment.