From 1e9909d46303cd10e44bcda1e69cc5d5610030d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ch=C5=82odnicki?= Date: Thu, 31 Mar 2022 04:21:48 +0200 Subject: [PATCH] docs: add basic usage info (#1419) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index bc1a475c6..7a598dde4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ This branch is WIP 👷 If you would like to use the stable version, please see the [`main` branch](https://github.com/nuxt-community/i18n-module) +## Usage + +1. Add the following line to the `dependencies` in `package.json`: + + ``` + "@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge" + ``` + +2. Run `yarn` or `npm install`. +3. Follow documentation of the stable version https://i18n.nuxtjs.org/ but keep in mind that not all features are supported yet and some things might be broken. + ## License [MIT License](./LICENSE) - Copyright (c) Nuxt Community