Skip to content

Commit

Permalink
docs: update links to npx (#680)
Browse files Browse the repository at this point in the history
* docs: update links to npx

* Update getting-started.md

---------

Co-authored-by: Hiroki Osame <[email protected]>
  • Loading branch information
leon-win and privatenumber authored Dec 2, 2024
1 parent 38b7135 commit 28a3e7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Before you can start using _tsx_, ensure that you have [Node.js installed](https

## Quickstart

`tsx` can be executed with [npx](https://docs.npmjs.com/cli/v8/commands/npx)—a tool to run npm packages without installing them.
`tsx` can be executed with [npx](https://docs.npmjs.com/cli/commands/npx/)—a tool to run npm packages without installing them.

In your command-line, simply pass in a TypeScript file you'd like to run. It's that simple!

Expand Down Expand Up @@ -67,7 +67,7 @@ In the `scripts` object, you can reference `tsx` directly without `npx`:

## Global installation

If you want to use `tsx` anywhere on your computer (without [`npx`](https://docs.npmjs.com/cli/v8/commands/npx)), install it globally:
If you want to use `tsx` anywhere on your computer (without [`npx`](https://docs.npmjs.com/cli/commands/npx/)), install it globally:

::: code-group
```sh [npm]
Expand Down

0 comments on commit 28a3e7d

Please sign in to comment.